Description
Checks if the BaseObject character has achieved the specified milestone.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character to check (Self or Target). |
| CompareType | Equal: has the milestone / NotEqual: does not have the milestone. |
| S1 | Milestone ID (Milestone.Json) to check. |
Examples
| Description | BaseObject | Command | S1 | CompareType |
|---|
| Check if Self has achieved a specific milestone | Self | HasMilestone | Milestone_Career_FirstPromotion | Equal |
| Check if Target has not achieved a specific milestone | Target | HasMilestone | Milestone_Romance_FirstMarriage | NotEqual |