Skip to main content

Condition_InteractionName

Description

Checks the interaction currently being performed by the specified BaseObject and compares it against the given interaction ID.

Parameters

ParameterDescription
BaseObjectThe object whose current interaction will be checked (Self or Target).
CompareTypeThe comparison operator (Equal, NotEqual).
S1The interaction ID to compare against the BaseObject's current interaction.

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if Self is performing the "Book_PickUp_Sit_Read" interactionSelfInteractionNameEqualBook_PickUp_Sit_Read
Check if Self is NOT performing the "Book_PickUp_Sit_Read" interactionSelfInteractionNameNotEqualBook_PickUp_Sit_Read
Check if Target is performing a specific interactionTargetInteractionNameEqualPiano_Play
Check if Target is NOT performing a specific interactionTargetInteractionNameNotEqualPiano_Play