Background for Skyrim SE
Member of the Faction script
voidfunctionModReaction(FactionakOther, intaiAmount)Native

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

FactionakOther

CK Wiki Description

The Faction to modify the reaction towards.

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


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.