Please or Register to create posts and topics.

Timer Sound

How do I get the timer(ticking) sound to play on a trigger?

You need a ambient_generic using the timer sound. Try "tick" in the sound filter.
To play the sound like the timer just create a logic_timer and set the time to 1 second. OnTimer ticksound playsound. Now its ticking every second.

and how do I output to logic_timer from a trigger?

Say the trigger "OnTrigger timer enable" and it will start counting. The timer with the setting Refiretime 1 second will fire each second "OnTimer ticksound playsound". So it will start ticking if you enter the trigger.

and to stop after 5 seconds, I would set the trigger, "OnTrigger timer disable delay 5"?

Yes.