JJaANF Posted June 18, 2019 Share Posted June 18, 2019 Hello all !!! First thing first: I know jack about AI, package procedure & anything related... That said, I have this NPC (the first I ever make, for real !!!)... I gave him- a default FollowerPackageTemplate in AI PAckage list- a DefaultMasterPackageList in Default PAckage List For a start... NOW I want him/her to equip things I give when I give it, because it will not, unless combat begins... What should I do ??? Thank you for reading... Link to comment Share on other sites More sharing options...
JJaANF Posted June 18, 2019 Author Share Posted June 18, 2019 I tried to add Event OnItemAdded(Form akBaseItem, int aiItemCount, ObjectReference akItemReference, ObjectReference akSourceContainer) If (akBaseItem as Armor) || (akBaseItem as Weapon) (Servus00REF as Actor) .EquipItem(akBaseItem) Endif EndEvent to the Actor( the one in the object window), but... no... Link to comment Share on other sites More sharing options...
JJaANF Posted June 18, 2019 Author Share Posted June 18, 2019 He's dumb no more !!! I am Dumber ... :sick: I forgot to fill the properties... again (as always...)... Link to comment Share on other sites More sharing options...
Recommended Posts