zolop 0 Posted March 25, 2008 I cannot make the unit named "Commander" (in the name field of the unit) in a trigger. For example I have a unit named "Commander" I have a trigger that upon Activation... Commander sideChat "Good Job soldiers"; It tells me I need to put a semi coloin.. so it reads as this... Commander sideChat ;"Good Job Soldiers"; I am using Arma Editor, patched to 1.08, Without Queens Gambit installed. Don't know what to do.... Share this post Link to post Share on other sites
dr_eyeball 16 Posted March 25, 2008 Commander is a reserved word/command. Use a different name. http://community.bistudio.com/wiki/commander Share this post Link to post Share on other sites
zolop 0 Posted March 25, 2008 ah thanks problem solved! Is camera a reserved word too? Trying to make a camera follow a unit, and having a similar problem with the ";" //variables playa is infantry object, cam1 is camera var. cam1 = camera camcreate [5600,4800,10]; cam1 = camSetTarget playa; cam1 cameraEffect ["external,"LEFT"]; camcommit 5; Its asking me to put a ";" right after camSetTarget... Is there another reserved word that I am missing? Also I am making this script all in the editor. By the way, anyway to get the height and position of a object? What upgrade editor (Sickboys and the others who have made upgrade editors) should I install that works well for new users? Share this post Link to post Share on other sites