goodcap
Member
Posts: 193
Threads: 112
Joined: Jun 2012
Reputation:
3
|
Elevator help
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
(This post was last modified: 07-14-2014, 01:04 AM by goodcap.)
|
|
07-14-2014, 01:01 AM |
|
Mudbill
Muderator
Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation:
179
|
RE: Elevator help
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.
|
|
07-14-2014, 01:13 AM |
|