Description
Adds a specific Hope (wish/ambition) to the specified BaseObject's hope slots.
The other party (Self or Target) is automatically assigned as the reason/source of this hope.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character to add the hope to (Self or Target). |
| S1 | The Hope ID to add (e.g., Preference_Cooking, Preference_Piano). |
| F1 | Delay time (in seconds) before the hope becomes active. |
Examples
| Description | BaseObject | Command | S1 | F1 |
|---|
| Add Cooking hope to Self immediately | Self | AddHope | Preference_Cooking | 0 |
| Add Piano hope to Target with a 5-second delay | Target | AddHope | Preference_Piano | 5 |
| Add Guitar hope to Self with a 10-second delay | Self | AddHope | Preference_Guitar | 10 |
| Add Cooking hope to Target immediately | Target | AddHope | Preference_Cooking | 0 |