EquipItemAlt
From GECK
A function added by the JIP NVSE Plugin.
Contents
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:baseForm noUnequip:0/1 hideMessage:0/1
Example
player.EquipItemAlt WeapLaserRifle 0 1
Notes
- This function is identical to the NVSE function EquipItem2.