Skip to content

SocietyHaveItemQuantity

Check if the society inventory have that item quantity

Argument Data Type Needed Default Description
Society string - The society name
Item string - The item name
Quantity number - The item quantity

Dont need to be called every frame

Returns
Data Type Description
boolean If have or no the item quantity

Example
local have_item = SocietyHaveItemQuantity("police", "bread", 3)

Last update: April 12, 2022
Created: January 6, 2022