
Originally Posted by
godot
We need Self.Balance() for our safety, look what will happen due world change - bank robbery in venore or thais

spaming hi deposit all few hours is like ban ban plx
I don't play free account so I'm unaware, are you even able to check your balance at the bank while the bank robbery world change is active?
Here's really shitty model of what you can do:
lua code:
tries = 5
repeat
-- bank code
tries = tries - 1
until tries <= 0 or Self.Money() >= neededCash
if Self.Money() < neededCash then
os.exit() -- or Walker.Goto('offlineTraining')
end
No offense to this thread but Self.Balance() is not and will not ever be needed, lol.