PDA

View Full Version : floating object



uddercream
Nov 9 2001, 18:16
can i make something float just wanted to know if it was posible. thx

RED
Nov 9 2001, 23:44
put this in the units init feild :

this setPos [getPos this select 0, getPos this select 1, (getPos this select 2) + 11.9]

change the number at the end for height (in meters)

RED