CreateHealingKit

From NWN Lexicon



Contents

[edit] CreateHealingKit(object, object, int)

Spawns in a Healing Kit as part of the random treasure distribution.

void CreateHealingKit(
    object oTarget,
    object oAdventurer,
    int nModifier
);

[edit] Parameters

oTarget

Container to create the item in

oAdventurer

a Player object

nModifier

PC Level Modifier


[edit] Description

Creates a Healing Kit, based on the level of the PC opening the container + nModifier, as part of the NWN Treasure Distribution System.



[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
 

Personal tools
Categories