GenerateHighTreasure(object, object)

This function creates High Level Treasure

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

Parameters

oLastOpener

a PC object

oCreateOn

A Container to spawn 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