ModReaction - Faction

From the CreationKit Wiki
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]