konishyapl
08-13-2016, 09:48 PM
Spear = "Royal Spear"
SpearMin = 10
Module.New('NoSpearExit' function()
if Self.ItemCount(Spear) < SpearMin then
os.exit()
else
return
end
end)
for sure function is wrong, but i dont know correct, can someone fix it and how can i get all xenobot funtions?
SpearMin = 10
Module.New('NoSpearExit' function()
if Self.ItemCount(Spear) < SpearMin then
os.exit()
else
return
end
end)
for sure function is wrong, but i dont know correct, can someone fix it and how can i get all xenobot funtions?