EquipItemAlt
Jump to navigation
Jump to search
< [[::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.