Frictional Games Forum (read-only)

Full Version: Elevator help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay, so i'm working on an elevator. I have most of the things set up. I know how to make it go up. But for some reason my elevator won't go down.


I was wondering if any of you know how to script this.


thx
Just use the SetMoveObjectState using a value in the other direction. If your object is set to the Y axis (up and down), then using 1 should move it down and -1 move it up.