Table of Contents

Method GiveGold

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GiveGold(int, bool)

Gives gold to this creature.

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

Parameters

amount int

The amount of gold to give.

showFeedback bool

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