ModReaction - Faction
Revision as of 15:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
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)