|
mordeth Newbie
Joined: 10 Feb 2006 Posts: 6
|
Posted: Tue Mar 13, 2007 4:30 am
Trigger question |
Just changed from Zmud to Cmud and need help changing my triggers
I've got one trigger that used to trigger with %1 says loudly, ~"defs %2 please~" and changed it to %name says loudly, ~"defs %targ please~" noticed however it has not worked, the combatability report says it is ok, please let me know where i went wrong.
Thanks. |
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Tue Mar 13, 2007 4:34 am |
%name and %targ aren't valid wildcards. I'm not sure exactly what you're trying to do with them but presumably it's something like this:
#trig {($name:%w) says loudly, ~"defs ($targ:%w) please~"} {cast buffs $targ} |
|
|
|
|
|