Method TakeGold NamespaceAnvil.API AssemblyNWN.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.