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
);
Information icon.png This article is in need of examples. You can help the NWN Lexicon by showing how to use this code effectively.

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

Personal tools
Categories