Execute_RemoveStat
Description
Removes the specified stat from the entity.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The entity from which the stat is removed |
| S1 | Stat ID to remove from the entity |
Examples
| Description | BaseObject | Command | S1 |
|---|---|---|---|
| Remove "Hungry" stat from Self | Self | RemoveStat | Hungry |
| Remove "Energy" stat from Target | Target | RemoveStat | Energy |
| Remove "Cleanliness" stat from Self | Self | RemoveStat | Cleanliness |