Skip to main content

Condition_IsObject

Description

Checks if the BaseObject's ObjectId matches the specified ObjectId (S1).

Parameters

ParameterDescription
BaseObjectThe game object whose ObjectId will be checked
CompareTypeComparison operator: Equal, NotEqual
S1The ObjectId to compare against

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if target object is KitchenRange01TargetIsObjectEqualKitchenRange01
Check if self object is not Plate_Ceramic_01SelfIsObjectNotEqualPlate_Ceramic_01