Quote Originally Posted by maroxy View Post
You can do:

Code:
elseif (labelName == "CheckWithdraw") then
Walker.Stop()

if Self.Money() < maxAmount then
io.exit()
else
print("Enough Balance, continuing...")
end

Walker.Start()
Self.Money counts the coins you have and math it by his value, similar to Self.Balance()

Stop spamming plx
Correct me if I'm wrong, but doesn't Self.Money() count what you got on you? To check balance value is a completely different thing