SocietyRemoveItem
Remove an item from 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
SocietyRemoveItem("police", "bread", 1)