SocietyAddItem
Add an item to the society inventory
Argument | Data Type | Needed | Default | Description |
---|---|---|---|---|
Society | string | - | The society name | |
Item | string | - | The item name | |
Amount | number | - | The amount |
Dont need to be called every frame
Example
SocietyAddItem("police", "bread", 1)