Execute_CancelInteractionBagByTag
Description
Cancels the current interaction bag of the specified BaseObject if it contains the given interaction bag tag.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character whose current interaction bag will be cancelled (Self or Target). |
| S1 | The InteractionBagTag to match against the current interaction bag. |
Examples
| Description | BaseObject | Command | S1 |
|---|---|---|---|
| Cancel Self's interaction bag if it has the Idle tag | Self | CancelInteractionBagByTag | Idle |
| Cancel Target's interaction bag if it has the Sit tag | Target | CancelInteractionBagByTag | Sit |
| Cancel Self's interaction bag if it has a Piano tag | Self | CancelInteractionBagByTag | Piano |
| Cancel Target's interaction bag if it has a Sleep tag | Target | CancelInteractionBagByTag | Sleep |
Back to Command FinderSearch and filter all 399 Script Execution documents