EquipItemAlt

Revision as of 20:20, 23 September 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Similar to the vanilla EquipItem - forces the calling actor to equip the specified item. However, unlike <i>EquipItem</i>, this funct...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Similar to the vanilla EquipItem - forces the calling actor to equip the specified item. However, unlike EquipItem, this function will also trigger the OnEquip script event (where applicable).

Syntax

reference.EquipItemAlt item:ref noUnequip:0/1 hideMessage:0/1

Example

player.EquipItemAlt WeapLaserRifle 0 1

Notes

  • This function is, essentially, identical to the NVSE EquipItem2. The latter, however, is currently broken.

See Also