ClearPersonalReputation(object, object)
From NWN Lexicon
Changes the friendly or hostile feelings an NPC or creature may have towards a PC, NPC, or other creature.
void ClearPersonalReputation( object oTarget, object oSource = OBJECT_SELF );
Contents |
[edit] Parameters
- oTarget
- A PC, NPC, or creature that oSource will now view differently.
- oSource
- The NPC or creature having changing its view of oTarget. (Default: OBJECT_SELF)
[edit] Description
Clears all personal feelings that oSource has about oTarget. This is not a global effect for all members of a faction; it just affect oSource.
[edit] Version
1.22
[edit] See Also
functions: | SetStandardFactionReputation |
author: Jody Fletcher