Delayed Trigger

Posted by Graham Hillman on Sun 09 Oct 2011 09:17 PM — 4 posts, 17,722 views.

#0
Sorry, Im a complete computer mong and most things on this website go right over my head, could someone please explain/ help me in lame mans terms my problem below

Im trying to send a trigger 100 seconds after i see someone smile for example

so i see someone smile.. then 100 seconds later i will automaticly jump..

thankyou for any help i receive
Australia Forum Administrator #1

<triggers>
  <trigger
   enabled="y"
   match="Someone smiles."
   send_to="12"
   sequence="100"
  >
  <send>DoAfter (100, "jump")</send>
  </trigger>
</triggers>


Template:pasting
For advice on how to copy the above, and paste it into MUSHclient, please see Pasting XML.


Template:function=DoAfter
DoAfter

The documentation for the DoAfter script function is available online. It is also in the MUSHclient help file.

Amended on Sun 09 Oct 2011 09:55 PM by Nick Gammon
#2
do i just copy and paste this into the 'send' box on the trigger screen??
Australia Forum Administrator #3
Template:pasting
For advice on how to copy the above, and paste it into MUSHclient, please see Pasting XML.