ModReaction - Faction

Revision as of 16:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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