PDA

View Full Version : move up object



MarineX
Nov 16 2001, 19:40
How do I move up a object like a sandbag...?

I think it has something to do with the getPos command, but I'm not sure.

Chris Death
Nov 16 2001, 20:38
in the init field of the object (sandbag)
type: this setpos [(getpos this select 0),(getpos this select 1),3]
the last number (3) sets the height in meters,
you want.

MarineX
Nov 16 2001, 20:48
Thank u so much....