AchievedMilestone
Gets called when a faction achieved a milestone.
Start a script section
!-- OnEvent AchievedMilestone
-- require $evFaction $evThreshold $evMilestoneIndex
# Add your instructions here
- Group: ServerEvents
- Cancellable: No
- Event data:
AchievedMilestoneEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evFaction | Faction enum value | Gets the faction that achieved this milestone. |
$evThreshold | number value | Gets the influence threshold for this milestone. |
$evMilestoneIndex | number value | Gets the index of the achieved milestone. |