Trying to establish fail safe for my script.
Would this be sufficient enough to make sure bank box opens, and if it doesn't to recall to next rune?
sub drop_loot_at_bank
repeat
   set !Currentrune2 !Currentrune2 + 1
   gosub recalltobank
   wait 40
   msg bank$
   wait 20
until #contsize = 180_240  ;<<< bank box gump size
   gosub droploot
return
Thank you for your time!