Skip to main content

Execute_CancelInteractionBagByTag

Description

Cancels the current interaction bag of the specified BaseObject if it contains the given interaction bag tag.

Parameters

ParameterDescription
BaseObjectThe character whose current interaction bag will be cancelled (Self or Target).
S1The InteractionBagTag to match against the current interaction bag.

Examples

DescriptionBaseObjectCommandS1
Cancel Self's interaction bag if it has the Idle tagSelfCancelInteractionBagByTagIdle
Cancel Target's interaction bag if it has the Sit tagTargetCancelInteractionBagByTagSit
Cancel Self's interaction bag if it has a Piano tagSelfCancelInteractionBagByTagPiano
Cancel Target's interaction bag if it has a Sleep tagTargetCancelInteractionBagByTagSleep