ModReaction - Faction

Member of: Faction Script

Modifies the faction's reaction towards the other one.

SyntaxEdit

Function ModReaction(Faction akOther, int aiAmount) native

ParametersEdit

  • akOther: The Faction to modify the reaction towards.
  • aiAmount: The amount to modify the reaction by.

Return ValueEdit

None.

ExamplesEdit

; Modify the Orcs' faction reaction to the Elves
Orcs.ModReaction(Elves, -10)

See AlsoEdit