|
dee679 Newbie
Joined: 16 Oct 2004 Posts: 3
|
Posted: Sat Oct 16, 2004 11:40 pm
#alarm |
Long story short, I was playing with #alarm, and used an alarm of the format '#alarm 1 {contents}'. The thing I was trying didn't work out, but I can't figure out how to delete the alarm. I deleted that '#alarm 1 {contents}', although the #alarm continues to run and I can't figure out how to delete it. '#alarm 1 {}' changed it to running a blank alarm so I don't see it, but the extra computing cycles can't be good for zMud (which, as far as I've seen, doesn't have the greatest stability track record if run for a while). Any tips on how to remove that alarm?
|
|
|
|
ttsang Newbie
Joined: 17 Oct 2004 Posts: 4 Location: Canada
|
Posted: Sun Oct 17, 2004 1:29 am |
if u are using
#alarm {P} {ACTION}
then u should use
#UNTRIGGER {P}
to delete it
P must be a number, can be Int of Float, but cannot be Variable i think
^_^ |
|
_________________ Timothy C. Tsang
Specialization in Actuarial Science
The University of Western Ontario
London, Ontario, Canada
ttsang5@uwo.ca |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sun Oct 17, 2004 4:17 am |
If you deleted the alarm, it would have stopped. If it didn't stop, you probably have more than one alarm with that pattern (1) or else have another trigger, or other setting, which keeps recreating the alarm. Alarms can be deleted either with #UNTR or in the Settings Editor.
|
|
_________________ LightBulb
Senior member
Most scripts in this forum are written for Command Line entry.
Don't even open the Settings Editor unless its use is specified or obvious. |
|
|
|
|
|