Description
Checks whether the specified BaseObject (character) currently has a specific Hope (wish/ambition) active in their hope slots.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character to check (Self or Target). |
| CompareType | Equal (character has the Hope), NotEqual (character does not). |
| S1 | The Hope ID to check (e.g., Preference_Cooking, Preference_Piano). |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|
| Check if Self wants to practice cooking | Self | HasHope | Equal | Preference_Cooking |
| Check if Target is not wishing to play the piano | Target | HasHope | NotEqual | Preference_Piano |
| Check if Self has a desire to play the guitar | Self | HasHope | Equal | Preference_Guitar |
| Check if Target does not want to cook | Target | HasHope | NotEqual | Preference_Cooking |