ok i want to check to see if i need to /book during a macro to summon food and drink can anyone help me with this routine please.
Sub check_mana
:med
/if n $char(mana,pct)<10 /goto :sit
/if n $char(mana,pct)==100 /goto :nomed
/return
:sit
/if "$char(state)"=="SIT" /goto :med
/book
/goto :med
/return
:nomed
/stand
/delay 10
/goto :loop (main routine)
/return
Thank you for any assistance in advance

