top of page

SET OBJECT HEIGHT

Place object on your map and on INIT box, place this :


Situation 1 : place object at 5 meters (height)


This setpos [getpos this select 0, getpos this select 1, +5]



Situation 2 : place object at 12 meters (height)


This setpos [getpos this select 0, getpos this select 1, +12]

bottom of page