did not work [XenoScript] Rook chain armor.lua: unexpected symbol near 'then'
PHP Code:
function onWalkerSelectLabel(labelName)
if (labelName == "Checker") then
if (Self.Cap() < MinCap) or (Self.ItemCount(MPotID) < MinMPots) then <again did not work
gotoLabel('Leave') then
else
gotoLabel('Keep Hunting')
end