|
Klitzke Newbie
Joined: 27 May 2015 Posts: 4
|
Posted: Fri May 29, 2015 10:41 am
help with a trigger |
Im making a trigger that allows a group leader to control your char and having some problems with it allowing an alias to fire in the trigger.
Here is the code i have
<trigger priority="430" id="43">
<pattern>^~*~*@master: 'all (*)'$</pattern>
<value>%1</value>
</trigger>
So lets say were about to do something we all need to do in the group at the same time and he says evil. I then proc my evil alias to sit;pray evil;praise evil.
Right now it just pops up Unknown Command. ('evil'). Id make different triggers for each but of course id have to add about 100 of each.
Thanks |
|
|
|
Daern Sorcerer
Joined: 15 Apr 2011 Posts: 809
|
Posted: Fri May 29, 2015 11:54 am |
You'll need to use #execute.
|
|
|
|
Klitzke Newbie
Joined: 27 May 2015 Posts: 4
|
Posted: Fri May 29, 2015 12:07 pm |
Perfect, thanks!
|
|
|
|
|
|