Execute_RemoveTransientDesireStat
Description
Removes a transient desire stat from the character's autonomy component.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character from which the transient desire stat is removed |
| S1 | Transient desire stat ID to remove from the character's autonomy component |
Examples
| Description | BaseObject | Command | S1 |
|---|
| Remove the temporary "UseToilet" desire stat from Self | Self | RemoveTransientDesireStat | UseToilet |
| Remove the temporary "Eat" desire stat from Target | Target | RemoveTransientDesireStat | Eat |
| Clear a temporary "Sleep" desire from Self's autonomy | Self | RemoveTransientDesireStat | Sleep |