my question is, will it work to have multiple /doevents in one sub.
for example I am writing a script that will have a sub that is for casting Fieghn Death on my SK. SO far it looks leik this:
sub playdead
/doevents SKDead
/doevents FDBreak
/doevents FDFail
/if "$char(state)"=="SIT" /stand
/if "$combat"=="TRUE" /attack
/cast "Death Peace"
/delay 2
/cast "Death Peace"
/delay 2
/cast "Death Peace"
/delay 2
/cast "Death Peace"
/delay 2
/return
See i need to check and make sure that FD isnt broken by a mob casting on me, and I need to make sure that it doesnt flat out fail i.e. "soandso has fallen to the ground", and of course check to see if I die.
SO is this legal, and if not how would I go about doign it better.
also is there a more elegant(and more important, reliable) way to account for fizzles and interuptions than just castign it 4 tiems in a row like I have done.
Thanks
-Ryan


