27.01.2013, 22:37
How do I use GetObjectPos. For example if the object is at 0, 0, 0 DestroyObject.
Can someone please help. and yes i did ****** it
Can someone please help. and yes i did ****** it
//top part of your script where the other initialisation stuff is new Object; //creating the object, lets use the ramp 1665 here, will be stored in the Object variable created above //needs to be in a function/callback/command Object=CreateObject(1665,0,0,5,0,0,0,150);//ramp at blueberry
DestroyObject(Object);