bank_account

Procs | |
bounty_num | Returns the required item count, or required chemical units required to submit a bounty. |
---|---|
bounty_text | Returns a string with the civilian bounty's description on it. |
bounty_value | Produces the value of the account's civilian bounty reward, if able. |
reset_bounty | Performs house-cleaning on variables when a civilian bounty is replaced, or, when a bounty is claimed. |
setup_unique_account_id | Proc guarantees the account_id possesses a unique number. If it doesn't, it tries to find a unique alternative. It then adds it to the SSeconomy.bank_accounts_by_id global list. |
Proc Details
bounty_num
Returns the required item count, or required chemical units required to submit a bounty.
bounty_text
Returns a string with the civilian bounty's description on it.
bounty_value
Produces the value of the account's civilian bounty reward, if able.
reset_bounty
Performs house-cleaning on variables when a civilian bounty is replaced, or, when a bounty is claimed.
setup_unique_account_id
Proc guarantees the account_id possesses a unique number. If it doesn't, it tries to find a unique alternative. It then adds it to the SSeconomy.bank_accounts_by_id
global list.