Posts: 232
Threads: 18
Joined: Aug 2011
Reputation:
0
You can either make it move to positions on the arc or make a function that does it for you automatically.
That function should be like:
YourFunction(objectid, x, y, z, speed, arcsize);
Never tried doing anything similar though.