Sweet dude! That Helped a lot,
I dont pretend to know much about coding at all, but i added a few waits in the script to slow it down at the tanner and at the bank. I can't seem to get it to stop depositing 2x though.. can you tell me what i am doing wrong? i have tried all kinds of wait timers, with no effect.
Code:
procedure bank;
begin
if not (CheckLoc = LOC_BANK) then
exit;
if not OpenBankNPC then
exit;
wait (3000)
R_DepositAllButIDExEx([995]);
wait (3000)
withdraw(0, 0, 27);
wait (1200)
inc(players[currentplayer].banked);
closebank;
Also, I hope you don't think I am rude for doing all this, just trying to get it to run smoother :D
Thanks again man.