I am trying to convert the summon food and drink macro to a Lua. The first argument
works, stops casting. If I add a check for moving
It ignores the second argument. What am I doing wrong, lol?
I eventually want to add a check to make it only cast when ACTIVE or RESTING.
Thanks in advance.
Code:
if not mq.TLO.Me.Invis()
Code:
if not mq.TLO.Me.Invis() and not mq.TLO.Me.Moving()
I eventually want to add a check to make it only cast when ACTIVE or RESTING.
Thanks in advance.

