CreateBook
From NWN Lexicon
Contents |
[edit] CreateBook(object)
Creates a random book as part of the treasure distribution system
void CreateBook( object oTarget );
[edit] Parameters
oTarget
Object to create the item in
[edit] Description
This function creates a random book as part of the treasure distribution.
[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