GenerateLowTreasure(object, object)

This script creates Low value treasure in the container

void GenerateLowTreasure(
    object oLastOpener,
    object oCreateOn = OBJECT_INVALID
);

Parameters

oLastOpener

A PC Object

oCreateOn

Container to create treasure in (Default: OBJECT_INVALID)


Description

This function is part of the NWN Treasure Distribution System



Remarks

Found in: nw_o2_coninclude.nss


Requirements

#include "nw_o2_coninclude"

Version

1.22

See Also

categories: Item Creation Functions


 author: Michael Nork