Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ MUSHclient
➜ General
➜ Please help me with this disabling trigger. I can't seem to find the mistake
Please help me with this disabling trigger. I can't seem to find the mistake
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Morgoth
Israel (38 posts) Bio
|
Date
| Thu 03 Apr 2003 12:59 PM (UTC) |
Message
| I made a trigger called "You may drink another health or mana elixir" its labeled trigger_health. I mad a sub with this script:
option explicit
sub health (name, output, wildcs)
World.EnableTrigger "trigger_health", FALSE ' disable trigger
end sub
I also made an alias. called hoff. In the script field I typed health. Yet when I type in the alias it doesnt' disable the trigger. Whats wrong?
-----------------------------------------------------------
<trigger
enabled="y"
match="You may drink another health or mana elixir."
name="trigger_health"
sequence="100"
>
<send>drink health</send>
</trigger>
<alias
script="health"
match="hoff"
enabled="y"
>
</alias>
Please Reply. Thank you in advance
| Top |
|
Posted by
| Morgoth
Israel (38 posts) Bio
|
Date
| Reply #1 on Thu 03 Apr 2003 01:19 PM (UTC) |
Message
| OK sorry everybody, I did a very dumb thing and had scripting off. Sorry | 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.
9,292 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top