PDA

View Full Version : Making an alarm cut off after a minute or two


John D.
03-05-2005, 11:51 AM
What's a simple way to make an alarm cut off after a brief period of time? In Dt2 I had a gear with a stdbutton script that would trigger an alarm that would stay on. Due to several requests I want this one to go off eventually.

R Soul
03-05-2005, 01:14 PM
A RevertTrap

Link the 'trigger' (e.g. a button) to the RT and link the RT to the alram (lights I assume).

For the RT, add the Script > Timing property to adjust the length of time.
It has to be in milliseconds, so 60s = 60000ms.

Edit:
ControlDevice, all the way!

John D.
03-05-2005, 03:32 PM
Perfect! :D

Yandros
03-07-2005, 07:25 AM
RevertTraps can be very useful and are underused IMO...