stevos758 10 Posted March 13, 2013 I have attempted to place some hunters in the hangars at base. They seem to spawn on top and destroy it when the missions starts. What paramaters are needed to place it at ground level. Do i use this command in the init (this setPosASL)? If so how do I find my height? How would I enter the height? (this setPosASL,XX) Also if I am running other things in the Init do I separate with ; ? Share this post Link to post Share on other sites
Tajin 349 Posted March 13, 2013 Use this: this setPosATL[(this getPosATL) select 0,(this getPosATL) select 1,0]; And yes, your best bet is to always put a ";" behind a command. Share this post Link to post Share on other sites
stevos758 10 Posted March 13, 2013 Excellent. I will try tonight! Thanks! Share this post Link to post Share on other sites
Woodpeckersam 18 Posted March 13, 2013 @Tajin & Stevos You dont need to write that code now. When you place a unit down in the editor, you see "elevation" at the bottom left of the unit window? I simply write 0.1 for the height. It works for me. Share this post Link to post Share on other sites
Tajin 349 Posted March 13, 2013 Oh really? Thats new (and pretty awesome) :) Guess I was just too used to the old ways to notice that. Share this post Link to post Share on other sites