your script 'Venore East Rotworms.' for ek have a little bug in 'suppcheck' script... it only checks mana pots and health pots, does not check cap...
if (labelName == "suppcheck") then
if (Self.ItemCount(HealthPots) < HpLeave) or (Self.Cap() < CapLeave) then
Walker.Goto("Leavecave")
print([[Low Health pots.]])
elseif (Self.ItemCount(ManaPots) < MPLeave) then
Walker.Goto("Leavecave")
print([[Low mana pots, Going Refill ]])
else
Walker.Goto("start")
print([[Enough supplies & cap.]])
end