Skip to main content

Condition_IsCollectedObject

Description

Returns whether the BaseObject has collected the specified object in the Family Collection.

Parameters

ParameterDescription
BaseObjectThe entity to check the collection status for.
CompareTypeSupported compare types: Equal, NotEqual.
S1Object ID as defined in Collection.json.

Examples

DescriptionBaseObjectCommandCompareType
Check if self has collected the ServedSalad01 itemSelfIsCollectedObjectEqual
Check if self has NOT collected the Flower01 itemSelfIsCollectedObjectNotEqual
Check if target has collected the FishA01 itemTargetIsCollectedObjectEqual