Hey,
I want a Trigger that acts on the expression:
JohnDoe tells the group (in common), 'mana'.
Sends: Cast 'give mana' JohnDoe.
I have the following Trigger:
^(\w*) tells the group (in common), 'mana'.*$
To send: cast 'give mana' %1
But it doesn't seem to work, any ideas what I am doing wrong? Any help would be much appreciated :)
Thanks
I want a Trigger that acts on the expression:
JohnDoe tells the group (in common), 'mana'.
Sends: Cast 'give mana' JohnDoe.
I have the following Trigger:
^(\w*) tells the group (in common), 'mana'.*$
To send: cast 'give mana' %1
But it doesn't seem to work, any ideas what I am doing wrong? Any help would be much appreciated :)
Thanks