Please or Register to create posts and topics.

laser catcher question SOLVED

Okey, one simple question. Is it possible to make a laser catcher "activate" its outputs when the laser has been pointing at it for a specified number of seconds?

Have the laser catcher enable a logic_timer with the catcher's OnPowered output. Have the OnUnPowered output disable the timer. Have the timer's refire interval be however many seconds the catcher must remain active. Then use the OnTimer output from the timer to fire the desired outputs.

EDIT: I just noticed how many times I used the word have in that post.

Try out Twin Pillars, a Portal 2 map by BOB74j.

Thank you! I will try that