Difference between revisions of "getPos"
Jump to navigation
Jump to search
m |
|||
Line 23: | Line 23: | ||
_pPos = '''getPos''' [[player]] | _pPos = '''getPos''' [[player]] | ||
+ | |||
+ | To get the x,y and z coordinates separately use:<br> | ||
+ | _pPosX = '''getPos''' ''unitname'' select 0<br> | ||
+ | _pPosY = '''getPos''' ''unitname'' select 1<br> | ||
+ | _pPosZ = '''getPos''' ''unitname'' select 2 |