SocietyHaveItem
Check if the society inventory have that item
| Argument | Data Type | Needed | Default | Description |
|---|---|---|---|---|
Society | string | - | The society name | |
Item | string | - | The item name |
Dont need to be called every frame
Returns
| Data Type | Description |
|---|---|
| boolean | If have or no the item |
Example
local have_item = SocietyHaveItem("police", "bread")