Method Guild:ModifyBankMoney [-] [+]
Modify the Guild bank money. You can deposit or withdraw.
Synopsis
is_applied = Guild:ModifyBankMoney( amount, add )
Arguments
number amount
Amount to add or remove.
Valid numbers: integers from 0 to 18,446,744,073,709,551,615.
boolean add
True (add money) | false (withdraw money).
Returns
boolean is_applied
- See method description.