Moderator: MacroQuest Developers
Code: Select all
sub main
:healloop
/if n $char(hp,pct)<=50 /cast 1
/goto :healloop
/return
Code: Select all
sub main
:healloop
/if n $char(hp,pct)<=50 /cast 1
/if n $spawn($char(pet),hp,pct)<=50 /cast 1
/goto :healloop
/return