TheRedBaron 0 Posted September 7, 2002 ive searched but have found basic answer . what do you put in the activation line of a trigger to edit the hight. I want the basic layout. . i know its something like unitname setpos [(getpos 0, getpos 1 getpos 2), +hight] Share this post Link to post Share on other sites
DestroyerX 0 Posted September 7, 2002 this setPos [getPos this select 0, getPos this select 1, 20] Â Last number (20) is the height in meters. Is this what you are looking for? Share this post Link to post Share on other sites
ralphwiggum 6 Posted September 7, 2002 unitname setpos [x,y,height] x is horizontal position(i.e. east and west), y is vertical position(i.e. north and south) hope this helps EDIT: DestroyerX was faster Share this post Link to post Share on other sites