Puts money from the guild bank onto the cursor. Money is not actually withdrawn from the guild bank; in the default UI, when the cursor "puts" the money into one of the player's bags, it calls WithdrawGuildBankMoney()
.
See also Guild bank functions, Money functions, Cursor functions.
Signature:
PickupGuildBankMoney(amount)
Arguments:
amount
- Amount of money to pick up (in copper) (number
)