Table of Contents

Method TakeGold

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

TakeGold(int, bool)

Takes gold away from this creature.

public void TakeGold(int amount, bool showFeedback = true)

Parameters

amount int

The amount of gold to take.

showFeedback bool

If true, shows "Lost xgp" feedback to the creature.