Description
Wiki Description
Modifies the faction's reaction towards the other one.
Documentation Comment
Modifies this faction's reaction towards the other faction
Caveats
Parameters
intaiAmount
CK Wiki Description
The amount to modify the reaction by.
Examples
; Modify the Orcs' faction reaction to the Elves
Orcs.ModReaction(Elves, -10)Auto-Generated Example
Faction myFaction__akOther
int myInt__aiAmount
myFaction__toCallFunctionOn.ModReaction(myFaction__akOther, myInt__aiAmount)Related Pages
- Faction
- Faction.GetReaction(...)
- Faction.SetReaction(...)
