OnPlayerEquipItem

From NWN Lexicon

The script attached to this event fires whenever a PC equips an item. It can be useful in restricting the use of an item in certain areas, for example.

Contents

[edit] Trigger

PC equips an item (after the item has been successfully equipped).

[edit] Function(s)

GetPCItemLastEquipped() returns the item being equipped.
GetPCItemLastEquippedBy() returns the PC equipping the item.

[edit] Remarks

With Hordes of the Underdark, BioWare has introduced a generic tag based system covering all of the module related item events. View the scripts x2_mod_def_equ, x2_mod_def_unequ, x2_mod_def_unaqu, x2_mod_def_aqu, x2_mod_def_act, and IN PARTICULAR, x2_it_example for more information if you wish to use the BioWare way of doing it. It is unknown by the Lexicon's authors, at this time, if the system is available on non-Hordes of the Underdark installations.

[edit] See Also

GetPCItemLastEquippedBy() , GetPCItemLastEquipped()


Personal tools
Categories