I have few problems with elevators... as you may see here. (Z to jump, up and down to move the elevator when it stops)
dl.dropbox.com/u/38398861/simple_elevator.cap
1. How do I prevent the player from ejecting the elevator up when it reach the blue stopper?
2. I have a stopper on the second elevator (the pink one) to stop the elevator half way, then I move this stopper up when I the elevator goes down. It works perfectly with one stopper, but with two stoppers, when I change the variable, both stoppers change, even though I picked the nearest one, and my second stopper is not going up... Do I need to create a different stopper for each stop, or is there a way to change the variable of the nearest stop only?