ModReaction - Faction

From the CreationKit Wiki
Revision as of 15:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Faction Script

Modifies the faction's reaction towards the other one.

Syntax[edit | edit source]

Function ModReaction(Faction akOther, int aiAmount) native

Parameters[edit | edit source]

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

Return Value[edit | edit source]

None.

Examples[edit | edit source]

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

See Also[edit | edit source]