I just don't know
Posted: Fri May 14, 2004 10:23 pm
This event to identify when the spell Malosinia is resisted to recast, is just not matching...
With...
Where do I flaw?
Code: Select all
#Event maloresist "#*#Your target resisted the Malosinia spell.#*#"
Code: Select all
Sub Event_maloresist
/varset MaloCast 0
/call cast "Malosinia"
/echo Malosinia resisted, trying again
/return
Where do I flaw?