FunctionsInventoryIsAllowedLimitedInventoryIsAllowedLimited CallableInventoryIsAllowedLimited(C: Character, item: Item, type?: string): booleanDetermines whether a given item is an allowed limited item for the player (i.e. has limited permissions, but can be used by the player)ParametersC: CharacterThe character whose permissions to checkitem: ItemThe item to checkoptionaltype: stringthe item type to checkReturns booleanReturns TRUE if the given item & type is limited but allowed for the player
Determines whether a given item is an allowed limited item for the player (i.e. has limited permissions, but can be used by the player)