|
Sirius Newbie
Joined: 09 Oct 2002 Posts: 9 Location: USA
|
Posted: Sun Jan 26, 2003 3:56 am
Once upon a time... |
How would you go about making a trigger that would go off after 1 minute?
|
|
|
|
PrestoPimp Apprentice
Joined: 18 Sep 2001 Posts: 175 Location: USA
|
Posted: Sun Jan 26, 2003 4:01 am |
#ALARM -1:00 {enter what u want it to do}
would do the command every minute
OR
#WAIT 60000
(Enter what u want it to do)
Would wait 60 seconds and do the command once for that particular trigger.
For tomarrow is another day, and other days come but 6 times a week. |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sun Jan 26, 2003 5:31 am |
Actually,
#ALARM -1:00 {commands}
will go off at 1 minute of connect time, and again every hour after that...1hr 1min, 2hr 1 min, etc.
For an alarm that goes off after 1 minute (from right now) use
#ALA +60 {commands}
For one that goes off every minute, it would be *1:00
LightBulb
Senior Member |
|
|
|
PrestoPimp Apprentice
Joined: 18 Sep 2001 Posts: 175 Location: USA
|
Posted: Sun Jan 26, 2003 6:04 am |
Oh, I just had -1:00 and It goes off every minute for me *shrug*
For tomarrow is another day, and other days come but 6 times a week. |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sun Jan 26, 2003 6:38 am |
Yes, you're right. Even in my test window, which isn't connected, and so shouldn't ever fire a connect-time alarm. Previous post amended.
LightBulb
Senior Member |
|
|
|
|
|