bump Self.Balance()
Printable View
bump Self.Balance()
bump.
We need Self.Balance() for our safety, look what will happen due world change - bank robbery in venore or thais :D spaming hi deposit all few hours is like ban ban plx
Bumping the thread 50 times a week wont change my opinion on adding it. From here on out, every bump is treated as spam.
Bump... :(
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.