|
jiffywhip Newbie
Joined: 20 Oct 2012 Posts: 2
|
Posted: Sat Oct 20, 2012 4:00 am
#ALARM trigger help |
I want something that fires every 2 minutes, but I just can't make it work, i've tried countless combinations of time, and nothing.
This is what I have now.
#ALARM -02: .quest
I've tried this as well.
#ALARM -02:00 .quest
Any help would be appreciated. |
|
|
|
hadar Apprentice
Joined: 30 Aug 2009 Posts: 198 Location: my apt, in california
|
Posted: Sat Oct 20, 2012 8:24 am |
this is the XML for the trigger i use to fire ever 2 min
Code: |
<trigger name="WoF" type="Alarm" priority="51930">
<pattern>-02:00</pattern>
<value>#if (%gmcp.room.info.num==47207) {#send "say Welcome, if you are here to play a game, simply drop the game token!"}</value>
</trigger>
|
if you wanted to do it from the command line it would be #alarm quest -02:00 {.quest} |
|
|
|
jiffywhip Newbie
Joined: 20 Oct 2012 Posts: 2
|
Posted: Sat Oct 20, 2012 11:35 am |
Works great, thanks!
|
|
|
|
|
|