never mind i was missing ()

Stam = 2500

--------------------------------
elseif (labelName == "Checksup") then
if (Self.ItemCount(MPotID) <= MinMPots) or (Self.Stamina() < Stam) then
print("No Supplies - Logging Off")
gotoLabel("Logoff")
else
print("Going To Cave")
gotoLabel("GoToCave")
end