Sup all again i know i been asking alot of question lately but this is the question area right ? LOL OK i was hoping someone could help me with a Snip for spell casting been trying to write my own and have NO CLUE as to what I'm doing. I can get it to cast but if my spell fizzles I'm lost on getting it to loop back to recast.This is what i have so far please don't Laugh To Hard, still learning. Any help be much appreciated!
:pull
/delay 1s
/Echo Staring Pulls!!
/stick 30
/if (${Me.PctMana}>20) /delay 5s
/if (${Me.PctMana}>20) /cast 2
/if (${Me.PctMana}>20) /delay 3s
/if (${Me.PctMana}>50) /cast 3
/if (${Me.PctMana}>50) /delay 3s
/if (${Me.PctMana}>50) /cast 4
/if (${Me.PctMana}>50) /delay 3s
/if (${Target.ID}) /goto :move
/if (!${Target.ID}) /goto :main
:pull
/delay 1s
/Echo Staring Pulls!!
/stick 30
/if (${Me.PctMana}>20) /delay 5s
/if (${Me.PctMana}>20) /cast 2
/if (${Me.PctMana}>20) /delay 3s
/if (${Me.PctMana}>50) /cast 3
/if (${Me.PctMana}>50) /delay 3s
/if (${Me.PctMana}>50) /cast 4
/if (${Me.PctMana}>50) /delay 3s
/if (${Target.ID}) /goto :move
/if (!${Target.ID}) /goto :main