Description
Records a milestone achievement for the character. This action saves an important event or achievement
that the character has experienced, which can be referenced later in the game.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character who will record the milestone (Self or Target). |
| S1 | The milestone ID to record. |
| S2 | (Optional) TargetDtId to attach to the milestone. |
| Use "SiteEventCareerContext" to automatically resolve CareerDtId from the active site event. |
Examples
| Description | BaseObject | Command | S1 | S2 |
|---|
| Record a milestone achievement for Self | Self | AddMilestone | Milestone_Career_FirstPromotion | |
| Record a milestone with career context from site event | Self | AddMilestone | Milestone_Career_FirstPromotionFail | SiteEventCareerContext |