Jump to content
Sign in to follow this  
TheRedBaron

Simple question simple answer

Recommended Posts

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

this setPos [getPos this select 0, getPos this select 1, 20]

smile.gif  Last number (20) is the height in meters. Is this what you are looking for? confused.gif

Share this post


Link to post
Share on other sites

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 smile.gif

EDIT: DestroyerX was faster smile.gif

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×