|
Achaean priestess needs a timer for laying hands.
|
Reply to this subject
Start a new subject
 
Refresh page
| Posted by |
Babochka
USA (21 posts) bio
|
| Date |
Mon 24 Oct 2005 05:26 AM (UTC) [ quote
] |
| Message |
To Life Immortal
Hello I play Nabi, a troll priestess on Achaea. Priests can go about healing people by lay hands.
What i wish to do is lay hands on someone, then wait 5 or 8 seconds, then assess their health.
I have done this so far:
<alias
match="heal"
enabled="y"
echo_alias="y"
expand_variables="y"
variable="pp"
sequence="100"
>
<send>perform hands @pp</send>
</alias>
</trigger>
<trigger
enabled="y"
match="You lay your hands on *"
sequence="100"
>
<send>assess %1</send>
</trigger>
</triggers>
For Example, I want to heal Qoph. I type rr qoph to set the variable to qoph, then I type heal
I lay hands on qoph. then the trigger sees 'You lay your hands on Qoph. The alias/trigger is executing too quicker and I need a short pause between 'You lay your hands on ' and the assess %1.
Can you help me? Thanks.
Babochka the Russian Butterfly.
| top |
|
| Posted by |
Caeser
(22 posts) bio
|
| Date |
Reply #1 on Mon 24 Oct 2005 01:46 PM (UTC) [ quote
] |
| Message |
You want the DoAfter command.
It would look something like that:
</trigger>
<trigger
enabled="y"
match="You lay your hands on *"
sequence="100"
>
<send>world.DoAfter 6, "assess %1"</send>
</trigger>
</triggers
| top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
1,384 views.
Reply to this subject
Start a new subject
 
Refresh page
top
Comments to:
Gammon Software support
Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )