Is it possible to match mutiple wrds under one *?
As in, I wanna set up triggers & scripts based on spell names. But spells like CURE BLINDNESS and CURE LIGHT get confused.
So is there something like a "*" or [*] that will 'quote' any varidable within the quotes or brackets?
Example:
Match: Loki, please cast "spell name" on <name>
Send : cast %1 %2
Further more, is it possible to "keep" the spell name and victim name for future referance (in case the resist, or ir I lose concentration).
Example
(See above example, %1 == Cure light" %2 == Bob)
You lost your concentration.
Say It would seem my mental abilities are lacking today. Lemme try again.
Cast @SpellUpSpell @SpellUpVictim
I've tried a few different things, mainly based on the 'open doors' post in tips & tricks...I can get it to call %1 & %2 in a later function, but it is not using them correctly.
As in, I wanna set up triggers & scripts based on spell names. But spells like CURE BLINDNESS and CURE LIGHT get confused.
So is there something like a "*" or [*] that will 'quote' any varidable within the quotes or brackets?
Example:
Match: Loki, please cast "spell name" on <name>
Send : cast %1 %2
Further more, is it possible to "keep" the spell name and victim name for future referance (in case the resist, or ir I lose concentration).
Example
(See above example, %1 == Cure light" %2 == Bob)
You lost your concentration.
Say It would seem my mental abilities are lacking today. Lemme try again.
Cast @SpellUpSpell @SpellUpVictim
I've tried a few different things, mainly based on the 'open doors' post in tips & tricks...I can get it to call %1 & %2 in a later function, but it is not using them correctly.