using a trigger to enable a timer

Posted by Terror923 on Mon 09 Dec 2013 07:03 PM — 2 posts, 11,286 views.

#0
can someone help me make a auto strike trigger ive been trying to make one all day ive tried EnableTimer("strike") but it doesnt seem to work i think its because im not naming my timer right

here is my script so far

<triggers>
<trigger
enabled="y"
expand_variables="y"
keep_evaluating="y"
match="@target *"
regexp="y"
send_to="12"
sequence="100"
>
<send>Send("get moldy sack")
Send("recite moldy @target")
SetVariable ("target", "null")
SetStatus ("Target: null")
EnableTimer ("strike")
</send>
</trigger>
</triggers>
Amended on Mon 09 Dec 2013 07:04 PM by Terror923
Australia Forum Administrator #1
Can you post the timer please?

Template:copying
For advice on how to copy aliases, timers or triggers from within MUSHclient, and paste them into a forum message, please see Copying XML.