GenerateLowTreasure
From NWN Lexicon
Contents |
[edit] GenerateLowTreasure(object, object)
This script creates Low value treasure in the container
void GenerateLowTreasure( object oLastOpener, object oCreateOn = OBJECT_INVALID );
[edit] Parameters
oLastOpener
A PC Object
oCreateOn
Container to create treasure in (Default: OBJECT_INVALID)
[edit] Description
This function is part of the NWN Treasure Distribution System
[edit] Remarks
Found in: nw_o2_coninclude.nss
[edit] Requirements
#include " nw_o2_coninclude "
[edit] Version
1.22
[edit] See Also
author: Michael Nork