fraxanofnexus Posted May 1, 2020 Share Posted May 1, 2020 (edited) 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 May 1, 2020 by fraxanofnexus Link to comment Share on other sites More sharing options...
Recommended Posts