Jump to content

[LE] My NPC is dumb


JJaANF

Recommended Posts

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

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

  • Recently Browsing   0 members

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