CreateGold
From NWN Lexicon
Contents |
[edit] CreateGold(object, object, int, int)
Spawns in Gold as part of the random treasure distribution.
[edit] Parameters
oTarget
Container to create the item in
oAdventurer
a Player object
nTreasureType
Type of treasure to be created
nModifier
PC Level modifier (Default: 0)
[edit] Description
Creates Gold, based on the level of the PC opening the container + the nModifier, as part of the NWN Treasure Distribution System.
At least 1gp is always spawned.
[edit] Remarks
Found in nw_o2_coninclude.nss
This can be used to create the item in any object with an inventory.
[edit] Requirements
#include " nw_o2_coninclude "
[edit] Version
1.61
[edit] See Also
author: Michael Nork, editor: Lilac Soul