|
Mel Newbie
Joined: 10 Jun 2004 Posts: 1
|
Posted: Tue Jul 13, 2004 10:43 am
Reset Alarms at login ? |
Hi,
I have some triggers will which will set alarms like
#ALARM +1:00 {kill mob}
but if I close the window and open it again later, the alarm is
still set and will fire in time ...
How to I delete Alarms when I connect/login ?
Thanks |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Tue Jul 13, 2004 11:03 am |
Create all your temporary alarms in a class. Then #DELCLASS either using the atdisconnect or atexit alias.
|
|
|
|
Mel Newbie
Joined: 10 Jun 2004 Posts: 1
|
Posted: Tue Jul 13, 2004 11:16 am |
thanks that looks like a good plan :)
|
|
|
|
|
|