72hr jam, elevator delay help (should be pretty simple)

Hunky_YumYum

L1: Registered
Sep 27, 2015
8
2
I want my elevator (a door that goes up when you stand on the trigger) to wait a couple seconds once you stand in the trigger zone before going up. Here's what I have right now: see attachment

Right now it goes up fine but does so immediately after entering the trigger zone. What am I doing wrong? or how should I do it.
 

Attachments

  • Door delay.png
    Door delay.png
    336.5 KB · Views: 200

Luigi1000

L2: Junior Member
Dec 12, 2015
65
14
Did you make sure to uncheck the "Touch opens" flag? Also it should normally enforce the delay as long as its specified and nothing else triggers it before.
 

Luigi1000

L2: Junior Member
Dec 12, 2015
65
14
Ya, that's something a lot of people tend to forget about with doors. Anyways, glad to help.
 
Mar 23, 2013
1,013
347
Note that doors moving upwards will stop moving when there are two players on the door which touch eachother. To fix that you need to make the door not solid and parent a func_brush on the door.
For some reason the func brush can carry multiple players up without problems while a func_door has issues.