Posts: 97
Threads: 24
Joined: Jun 2012
Reputation:
0
I am making a map an office HQ with a lift kind of thing and i want to place an object and script something that make it stop at certain floors like /floor1 for going to the 1st floor and /floor2 for 2nd floor and so on....So how can i do it?
Thanks in advance
Posts: 1,398
Threads: 25
Joined: Jan 2014
Reputation:
0
use moveobject() function ****** it to see tis usage
Posts: 4,885
Threads: 57
Joined: Jun 2012
Reputation:
0
Keep in mind you need to use SetObjectPos() when a object is moved to a position this will ensure the object is synced for all clients before moving again you would be surprised at how easily MoveObject() can become desynced.