Paste into a new file: bank.iss
To use: Target banker on your Tank.
run bank
all bots (if linked) will deposit their gold and plat to their banks.
function main()
{
relay all eq2execute /apply_verb ${Me.ToActor.Target.ID} bank
wait 30
relay all \Me:BankDeposit[p,\${Me.Platinum}]
relay all \Me:BankDeposit[g,\${Me.Gold}]
}
To use: Target banker on your Tank.
run bank
all bots (if linked) will deposit their gold and plat to their banks.
function main()
{
relay all eq2execute /apply_verb ${Me.ToActor.Target.ID} bank
wait 30
relay all \Me:BankDeposit[p,\${Me.Platinum}]
relay all \Me:BankDeposit[g,\${Me.Gold}]
}