Skip to main content

Condition_InteractionTag

Description

Checks whether the InteractionTag specified in S1 is included in the tag set of the interaction currently being performed by the BaseObject.

Parameters

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

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if Self’s current interaction includes the tag Trait_Free_NapSelfInteractionTagEqualTrait_Free_Nap
Check if Self’s current interaction does NOT include the tag PianoSelfInteractionTagNotEqualPiano
Check if Target’s current interaction includes the tag PianoTargetInteractionTagEqualPiano
Check if Target’s current interaction does NOT include Trait_Free_NapTargetInteractionTagNotEqualTrait_Free_Nap