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.
Entire forum
➜ Programming
➜ General
➜ Help with a trigger
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Derjin
(1 post) Bio
|
Date
| Tue 01 May 2012 10:04 PM (UTC) |
Message
| Im trying to make a trigger, so that when someone enters the areas I am currently in, I will do a certain emote, how would I go about making this?
I've tried
if
* arrives from the *
then
emote dance
--which just made me repeat the emote every time anyone did anything.
then tried
If
%1 arrives from %2
then
emote jump around in an odd fashion
neither worked.
little help please? | Top |
|
Posted by
| Worstje
Netherlands (899 posts) Bio
|
Date
| Reply #1 on Tue 01 May 2012 10:12 PM (UTC) |
Message
| The way you type that makes me wonder what you did exactly. It seems like you might be mixing it all together in some sort of script-alike way.
The '* arrives from the *' part should go in the Trigger: box. What you do as a response should go in the Send box. | Top |
|
Posted by
| Bottomfeeder
(42 posts) Bio
|
Date
| Reply #2 on Fri 22 Jun 2012 09:36 PM (UTC) Amended on Fri 22 Jun 2012 09:38 PM (UTC) by Bottomfeeder
|
Message
| <trigger
enabled="y"
match="* arrives from"
send_to="10"
sequence="100"
>
<send>emote dance</send>
</trigger> | 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.
13,004 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top