Lift Problems

Jonny

Newbie
Joined
Aug 15, 2005
Messages
80
Reaction score
0
Im using a func_tracktrain and when i get in the lift press up buttons it works perfectly. But when i press a down button the doors close, the lift dosent move and then the doors open. After you have pressed the down button then the up buttons wont work. Another porblem is that when you keep pressing up and let if follow its cycle, when it gets to the begginings again it dosent work :( .
 
Sounds like the outputs for the down button aren't set up properly. :p
 
without actually knowing all the I/O you're using it's impossible to give you specific advice. btw opening doors should be triggered by an OnPass output from the path_tracks (with a slight delay) not by the door buttons; only closing doors should be triggered from the button
 
all the output is that it tells both the lift doors to close and then tells the func_tracktracin to startbackwards with a delay of 1.00 sec
 
yes the doors are triggerd open OnPass
 
Back
Top