Description
Removes all buffs that carry the specified BuffTag from the character. When S2 is set to "IsCancel",
all matched buffs are removed as cancellations; otherwise they are removed normally.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character from which tagged buffs will be removed (Self or Target) |
| S1 | BuffTag name — all buffs carrying this tag will be removed |
| S2 | If set to "IsCancel", removal is treated as a cancellation |
Examples
| Description | BaseObject | Command | S1 | S2 |
|---|
| Remove all prison-tagged buffs from self | Self | RemoveBuffTag | BuffTag_Prison | |
| Cancel all prison-tagged buffs on self | Self | RemoveBuffTag | BuffTag_Prison | IsCancel |
| Remove all sleep-tagged buffs from target | Target | RemoveBuffTag | BuffTag_Sleep | |
| Cancel all work-tagged buffs on self | Self | RemoveBuffTag | BuffTag_Work | IsCancel |