EquipItemAlt

From GECK
Jump to: navigation, search


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

[help]
reference.EquipItemAlt item:ref noUnequip:0/1 hideMessage:0/1

Example

player.EquipItemAlt WeapLaserRifle 0 1 

Notes

  • This function is identical to the NVSE function EquipItem2.

See Also