ModifiedFactionInfluence
Gets called when a faction's influence has changed.
Start a script section
!-- OnEvent ModifiedFactionInfluence
-- require $evFaction $evInfluence
# Add your instructions here
- Group: ServerEvents
- Cancellable: No
- Event data:
ModifiedFactionInfluenceEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evFaction | Faction enum value | Gets the faction whose influence is modified. |
$evInfluence | number value | Gets the new influence of the Faction. |