ModifyingFactionInfluence
Gets called when a faction's influence is changing.
Start a script section
!-- OnEvent ModifyingFactionInfluence
-- require $evFaction $evInfluence $evIsAllowed
# Add your instructions here
- Group: ServerEvents
- Cancellable: Yes
- Event data:
ModifyingFactionInfluenceEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evFaction | Faction enum value | Gets or sets the faction whose influence is being modified. |
$evInfluence | number value | Gets or sets the new influence of the Faction. |
$evIsAllowed | bool value | Whether the event is allowed to run. |