AdjustReputationWithFaction(object, object, int)
Adjusts reputation of each member in PC's party with NPC's faction
void AdjustReputationWithFaction( object oPC, object oNPC, int nAdjustment );
Parameters
oPC
Player Character
oNPC
Non-Player Character
nAdjustment
reputation adjustment
Description
Adjusts the reputation of each member of the PC's party, including associates, with all members of the NPC's faction by the specified amount, between 100 and -100.
Remarks
Include library for party-wide functions.
NOTE: this library is included in "x0_i0_common" already.
Do NOT dual-include both files or you will get errors!
Requirements
#include "X0_I0_PARTYWIDE"
Version
1.61
See Also
categories: | Party Functions | Reputation/Faction Functions |
author: Peter Busby