Execute_AddTransientDesireStat
Description
Adds a transient desire stat to the character's autonomy component, temporarily influencing desire priority.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character that receives the transient desire stat |
| S1 | Transient desire stat ID to add to the character's autonomy component |
Examples
| Description | BaseObject | Command | S1 |
|---|
| Add a temporary "UseToilet" desire stat to Self | Self | AddTransientDesireStat | UseToilet |
| Add a temporary "Eat" desire stat to Target | Target | AddTransientDesireStat | Eat |
| Add a temporary "Sleep" desire to Self's autonomy | Self | AddTransientDesireStat | Sleep |