|
snowcat Newbie
Joined: 28 Jan 2006 Posts: 3
|
Posted: Tue Jan 31, 2006 5:04 am
alarm help |
#ALARM -30:00 {save}
The hour isn't specified, so it defaults to *. Thus, this trigger saves your game every 30 minutes of connect time.
for some reason, my alarm just doesn't work?
any idea?
I just want it to save every 30 mins
if i have another alarm call #ALARM -00:00 {test}
will they conflict?
thx. |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Tue Jan 31, 2006 2:59 pm |
#ALARM alarm1 -15:00 {#ECHO alarm1}
#ALARM alarm2 -30:00 {#ECHO alarm2}
#ALARM alarm3 -00:00 {#ECHO alarm3}
Typing in #ALARM I get:
+ -15:00 -> #ECHO alarm1 [in 14:44]
+ -30:00 -> #ECHO alarm2 [in 29:50]
+ -00:00 -> #ECHO alarm3 [in -947140097 secs]
-00:00 will not catch the hourly as it appears to catch the initial connect time.
*60:00 and *30:00 might be good ideas as well. |
|
|
|
|
|