Jump to content

EquipItem Script Please Help


fraxanofnexus

Recommended Posts

Hi everyone,

 

Hope you are all doing well. Please help.

 

Can't seem to create a script from start to finish that equips an item to self of an npc.

 

To use the equipitem it seems I need to have the Function:

 

Function EquipItem(Form akItem, bool abPreventRemoval = false, bool abSilent = false) native

 

in an extends ObjectReference Native script,

 

If this is true, then I can't then define the properties within such a script e.g. Weapon Property Weapon001 Auto as I get the error "script auto property Weapon001 cannot be defined"

How do I Equip and item via script if I can only define the function under native settings?
Edited by fraxanofnexus
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...