Mahmed
01-11-2017, 06:34 PM
can someone tell why the fuck this aint work (im mad cuz i spent 3 hours on my script today...
scripting on hexera.net
elseif(labelName == "CheckSupplies") then
if (Self.ItemCount(manaPot) > manaMin) then
gotoLabel("StartHunt")
else
print ("going refill")
end
scripting on hexera.net
elseif(labelName == "CheckSupplies") then
if (Self.ItemCount(manaPot) > manaMin) then
gotoLabel("StartHunt")
else
print ("going refill")
end