Elevator ( func_door ) triggering another Func_door...

efciem

L69: Deviant Member
Mar 31, 2008
69
6
Ive got a quick question

I have an elevator , goes bout 4 stories high, I want the elevator to raise to the
top floor and only once it reaches the top do I want it to open the elevator doors at the top.. I am wondering what the best way to trigger this is...

Right now Ive put a Trigger_multiple as a nodraw brush at chest level at the top so once the player reaches the top and passes through the brush it triggers the door to open..

this seems to work but wondering if there is a better way.
 

MrAlBobo

L13: Stunning Member
Feb 20, 2008
1,059
219
generally speaking, if it works consistently, then just go with what you have

ill bet someone here can tell you alternate ways...but if you've already done it, then keep it
 

Pseudo

L6: Sharp Member
Jan 26, 2008
319
150
func_door has OnFullyOpen and OnFullyClosed. One would fire when your elevator reaches the top and the other fires at the bottom.
 

efciem

L69: Deviant Member
Mar 31, 2008
69
6
that sounds more what im looking for..

That would be more ideal i think

keep extra entities down to a minimum i say