Hey guys I am trying to get an elevator to work like Die Rise but It seems like the script Is skipping the part where It tells the elevator to go up so It just keeps going down, I kept trying to play with It but can't seem to get It to go both up and down this Is the script
This should fix it. Another thing if this doesn't work remove the flag_wait from go_down and go_up and add it to elevator_think instead. I could go further if this doesn't work either.
This should fix it. Another thing if this doesn't work remove the flag_wait from go_down and go_up and add it to elevator_think instead. I could go further if this doesn't work either.
This should fix it. Another thing if this doesn't work remove the flag_wait from go_down and go_up and add it to elevator_think instead. I could go further if this doesn't work either.
I've seen wait( ); like this before but don't know why. I would recommend trying that also add the 10 in the (). This could just still be useless but still worth a try.
Yep. My last idea if that fails will be using waittill if that doesn't work. If this doesn't work someone else will have to help you as I have to go now. Waittill Version:
It actually threw the elevator In reverse and instead of going down first It went up lol but It still wasn't waiting when It hit the point Post Merge: May 28, 2014, 02:42:15 amStill no luck I will keep toying with It but I really appreciate the help
Last Edit: May 28, 2014, 02:42:15 am by NaviLlicious
When It goes down It waits 3 seconds instead of 10 then when It hits the top It goes back down without waiting at all now
Well of course it isn't going to wait when it hits the top because your level.speed is the exact same as the wait timer, if you increase the wait timer it should wait. haha
Well of course it isn't going to wait when it hits the top because your level.speed is the exact same as the wait timer, if you increase the wait timer it should wait. haha