Description
Removes a buff identified by S1 from the specified character. When S2 is set to "IsCancel",
the buff is removed as a cancellation; otherwise it is removed normally.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character from which the buff will be removed (Self or Target) |
| S1 | Buff Data Table ID identifying the buff to remove |
| S2 | If set to "IsCancel", the buff is removed as a cancellation |
Examples
| Description | BaseObject | Command | S1 | S2 |
|---|
| Remove an existing buff from self | Self | RemoveBuff | PianoBuff | |
| Cancel an existing buff from self | Self | RemoveBuff | PianoBuff | IsCancel |
| Remove a buff from target character | Target | RemoveBuff | SleepBuff | |