using the following code, will this target the add mez it then wait for 35 secs and then re-mez it:
Code: Select all
/Sub Do-add
/assist @MasterName
/target notid $target(id)
/call SpellSub "Rapture"
/varset MezTimer 0 | is this counted in seconds??
/goto :Mezzed
/if n @IsMezzed==1 /tell @MasterName $target(name) has been Mezzed
/goto :Re-Mez
/return
:Mezzed
/varset IsMezzed 1
/return
:Re-Mez
/if @MezTimer==35 /call SpellSub "Rapture"
/varset MezTimer 0
/return
