AdjustFactionReputation(object, object, int)
Adjusts all factions members reputation in relation to another faction.
void AdjustFactionReputation( object oTargetCreature, object oMemberOfSourceFaction, int nAdjustment );
Parameters
oTargetCreature
The creature whose faction memebers will be viewed differently by an entire faction.
oMemberOfSourceFaction
The member of the faction that will have it's opinion changed.
nAdjustment
The amount (positive or negative) that the factions opinion will change.
Description
Adjusts all faction member's reputation visa via another faction. Pass in a member from each faction.
Requirements
#include "nw_i0_plot"
Version
1.22
See Also
functions: | ClearAllFactionMembers |
categories: | Reputation/Faction Functions |
author: Tom Cassiotis
Send comments on this topic.