Quote Originally Posted by Demonic Saint View Post

Code:
while (true) do
	if (Self.Cap() < 100) then
		setLooterEnabled(false)
	else
		setLooterEnabled(true)
		end
	wait (500,1500)
end
Thanks for that script, really helped since I was hunting with spears, so now I won't run out of them ^^