|
Pain Newbie
Joined: 06 Feb 2003 Posts: 5 Location: Sweden
|
Posted: Sat Mar 06, 2004 2:35 am
#alarm command help |
if i make a script like this #alarm +10 {say hey}
can i remove the alarm before it say hey?
thx for answers |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sat Mar 06, 2004 6:04 am |
Yes.
#UNTR +10 |
|
|
|
Pain Newbie
Joined: 06 Feb 2003 Posts: 5 Location: Sweden
|
Posted: Sat Mar 06, 2004 10:28 am |
well not remove the trigger just disable it before it say hey
like if i have 2 alarm at the same time i want too disable both. like the #clear command.. |
|
|
|
Serentus Apprentice
Joined: 28 Sep 2001 Posts: 103 Location: USA
|
Posted: Mon Mar 08, 2004 8:14 am |
#ALARM "ThisAlarm" +10 {say hey}
Then you can turn it off using
#T- ThisAlarm
To Turn it back on use
#T+ ThisAlarm |
|
|
|
|
|