|
Xanti87 Newbie
Joined: 09 Jul 2010 Posts: 2
|
Posted: Fri Jul 09, 2010 1:43 pm
Help With #ALARM Script |
Straight forward a bit, anyone knows a command that can delete or remove untriggered #ALARM trigger...
|
|
|
|
Arminas Wizard
Joined: 11 Jul 2002 Posts: 1265 Location: USA
|
Posted: Fri Jul 09, 2010 3:20 pm |
Just give the alarm a name. Then use #untrig name.
Code: |
#ALA testa {5:00} {#show {Fired.}} altest
// Creates an alarm named testa that will fire every 5 minutes within the class altest.
#untrig testa
// Deletes the alarm trigger named testa.
#unclass altest
// Deletes the class altest |
|
|
_________________ Arminas, The Invisible horseman
Windows 7 Pro 32 bit
AMD 64 X2 2.51 Dual Core, 2 GB of Ram |
|
|
|
Xanti87 Newbie
Joined: 09 Jul 2010 Posts: 2
|
Posted: Mon Jul 12, 2010 11:29 am |
Thks Very much
|
|
|
|
|
|