Description
Completes (finishes) a specific Hope currently selected in the specified BaseObject's hope slots.
The hope is de-selected and marked as successfully completed rather than cancelled.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character whose hope will be completed (Self or Target). |
| S1 | The Hope ID to complete (e.g., Preference_Cooking). |
Examples
| Description | BaseObject | Command | S1 |
|---|
| Complete Cooking hope for Self | Self | CompleteHope | Preference_Cooking |
| Complete Piano hope for Target | Target | CompleteHope | Preference_Piano |
| Complete Guitar hope for Self | Self | CompleteHope | Preference_Guitar |
| Complete Cooking hope for Target | Target | CompleteHope | Preference_Cooking |