Table of Contents

Method SetPCReputation

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

SetPCReputation(bool, NwPlayer)

Sets if the player should like, or unlike the specified player.

public void SetPCReputation(bool like, NwPlayer target)

Parameters

like bool

true if the player should like the target, false if the player should dislike the target.

target NwPlayer

The target to like/dislike.