Society Banking
societybank.lua
This module handles financial operations for society accounts, typically used for jobs or organizations.
getSocietyAccount(society)
Retrieves the current balance for the specified society.
Example:
chargeSociety(society, amount)
Deducts a specified amount from the society's account.
Example:
fundSociety(society, amount)
Adds funds to a society’s account.
Example:
Last updated