I need to make a trigger delay

Posted by Rhaven on Sat 07 Jun 2003 07:47 PM — 3 posts, 12,923 views.

#0
I want a trigger to send something, then after a given amount of time, say 120 seconds, send another line. The muds i play use a lot of continous skills and its a real bugger to bot on...

(I have no idea how to use the scripts function)

Trigger is set up like:

Trigger: You feel too * to *.
Match: any on any
send: rest
(i need it to delay here of 120 seconds)
wake
Greece #1
type in the send text:
DoAfter 120, "wake"

Then in the "send to:" box, select "send to script"
Australia Forum Administrator #2
Correct, but to do both things (rest and then wake) you need to have in the send box:

Send "rest"
DoAfter 120, "wake"