Skip to main content

Execute_RemoveBuffTag

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

ParameterDescription
BaseObjectThe character from which tagged buffs will be removed (Self or Target)
S1BuffTag name — all buffs carrying this tag will be removed
S2If set to "IsCancel", removal is treated as a cancellation

Examples

DescriptionBaseObjectCommandS1S2
Remove all prison-tagged buffs from selfSelfRemoveBuffTagBuffTag_Prison
Cancel all prison-tagged buffs on selfSelfRemoveBuffTagBuffTag_PrisonIsCancel
Remove all sleep-tagged buffs from targetTargetRemoveBuffTagBuffTag_Sleep
Cancel all work-tagged buffs on selfSelfRemoveBuffTagBuffTag_WorkIsCancel