|
Chiendo Newbie
Joined: 13 Jun 2004 Posts: 1 Location: USA
|
Posted: Sun Jun 13, 2004 5:20 am
Out of control alarm |
Ok, this is really annoying. I was experimenting with some loop type reflexes and I now have an alarm that I cannot seem to turn off. I deleted the alias that I had used to start this loop, and know now how to accomplish what I was trying to do, but this alarm is now constant and I cant seem to get it turned off.
When I type #alarm, this is what I see.
Alarms:
+ 120 -> ' [in 1:27]
+ 4 -> mossloop [in 4 secs]
+ 8 -> #if (@mossbalance = 1) {outr moss;eat moss;mossbalance = 0} [in 3 secs]
+ 1 -> #if (@mossbalance = 1) {outr moss;eat moss;mossbalance = 0} [in 0 secs]
+ 1 -> #if (@mossbalance = 1) {outr moss;eat moss;mossbalance = 0}
[in 0 secs]
Does anyone have any suggestions? |
|
|
|
Danlo Magician
Joined: 28 Nov 2003 Posts: 313 Location: Australia
|
Posted: Sun Jun 13, 2004 10:52 am |
An alarm is basically a trigger, which is set to go off at a certain time. So to delete it, you have to go into your triggers window, and find these particular alarms and delete them.
Alternatively, typing in this could work:
#untrig {120}
#untrig {4}
#untrig {8}
#untrig {+1}
#untrig {+1} |
|
|
|
Kalma Newbie
Joined: 16 Mar 2004 Posts: 7 Location: USA
|
Posted: Sun Jun 13, 2004 2:09 pm |
Hi,
Just a thank note, I did the same thing today :P
I did #alarm 1 {stuff} instead of +1 and I couldn't figure out how to stop it short of nuking my triggers.
k |
|
|
|
|
|