Homer Johnston 0 Posted February 14, 2009 Hi folks, I place an independant unit down on the map with this in the mission init.sqf and am wondering why it doesn't work: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">sleep 1; if ((side player) in [INDEP,GUER,RACS,INDEPENDANT,WEST,EAST,CIVILIAN]) then { Â Â player sidechat format ["My side is: %1",side player]; }; It works for WEST, EAST, and CIV units but I can't find the match for GUER? ArmA returns (side player) == WEST, EAST, GUER or CIVÂ ... but GUER and CIV don't work. What the heck? Thanks if ya can help. Share this post Link to post Share on other sites
poweruser 10 Posted February 14, 2009 Side: resistance Share this post Link to post Share on other sites
Homer Johnston 0 Posted February 15, 2009 Bah! thanks. Share this post Link to post Share on other sites