goto(@mix)

@within:
withdraw(464,1)
wait(100)
gotoifbagfull(@depmix)
goto(@within)

@depmix:
deposit(454,5)
deposit(454,1)
wait(100)
gotoifcountininventorygreater(@depmix,0,454)

@within2:
withdraw(444,1)
wait(100)
gotoifbagfull(@mix)
goto(@within2)

@mix:
useitemwithitembyid(464,444)
wait(200)
gotoifcountininventoryequal(@bank,0,444)
goto(@mix)

@bank:
repeatnextcommanduntilquestmenu(4000)
talktonearestnpc(95)
answer(0)
waitforbank(6000)
goto(@within)
