AdjustFactionReputation(object, object, int)

Adjusts all faction members' reputation in relation to another faction.

void AdjustFactionReputation(
    object oTargetCreature,
    object oMemberOfSourceFaction,
    int nAdjustment
);

Parameters

oTargetCreature

The creature whose faction members will be viewed differently by an entire faction.

oMemberOfSourceFaction

The member of the faction that will have its opinion changed.

nAdjustment

The amount (positive or negative) that the factions opinion will change.


Description

Adjusts all faction members’ 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, editors: Kolyana, Mistress, contributor: Kookoo