ok the map is ok but this elevator is DRIVING ME CRAZY! ive read the tutorials here atleast 10 times and ive tryed other site but still i cant figure it out....if someone could get it working i could probably figure out how to do it later on...just stick the elevator into the shaft (thing that goes down really far) and get it to go to the little box on the bottom....thx
oh and as u can see i got the lighting to start working
BTW, all you need is a func_train, that starts at a path_corner. Tick the 'Wait for retrigger' flag of that path_corner, of all path_corners you use as destination points, so you have to trigger the train first before it moves on.
I'd say, when you press the button, activate both doors, and let one of the path_corner's that they move to, fire a multimanager when the door is in place (e.g. closed). This multimanager should then target the doors and the elevator, so they move down all together.
I would advise you to break it up in simple chuncks. Maybe you're known to programming, it's like using functions for often used things.
Doors need to slide open I heard you shout? Path_corners on the side should help. Oh, and the path_corners the doors initially move to shouldn't have their 'Wait for retrigger' flag set, so the doors will automatically continue to their open position.
I'm not gonna do it for you now, exams are quite stressing, and I have a contest entry to finish too, so for now you'll have to do it your own. And I think you'll learn the most of that, so, succes!