Page 1 of 1
Trigger Wild Cards
Posted: January 19th, 2004, 10:49 am
by pak
I am trying to make a trigger so that if I parry I will do a certain move afterwards. The message is not always the same due to fighting dif mobs. Is there a way i can use a wild card in the line?
Posted: January 20th, 2004, 12:24 pm
by TheCaptain
pak,
The message might not always be exactly the same but there are some things that <b>ARE</b> always the same in the message.
I believe the message is something like, "You parry the XXXXXX's attack." or something like that. All you have to do is put "You parry" in the trigger start box because the game will always report "You parry..." regardless of what you are fighting. No wildcards are necessary. Keep in mind that case <b>IS</b> important in your trigger though.
Posted: January 20th, 2004, 1:42 pm
by pak
Cool, thanks