ClearPersonalReputationWithFaction(object, object)
From NWN Lexicon
Clears reputation of each member of a PC's party with an NPC's faction.
void ClearPersonalReputationWithFaction( object oPC, object oNPC );
Contents |
[edit] Parameters
- oPC
- The player character whose party's reputation will be cleared.
- oNPC
- An NPC member of the faction whose attitude towards oPC's party will be cleared.
[edit] Description
Clears the personal reputation of a Player Character and all members, including associates, of the PC's party with all members of the NPC's faction.
[edit] Remarks
Found in x0_i0_partywide.nss, an include library for party-wide functions.
[edit] Requirements
#include "x0_i0_partywide"
[edit] Version
1.61
[edit] See Also
author: Peter Busby