xyzman Posted August 6, 2014 Share Posted August 6, 2014 Hello ! In a script I can check if my item is equipped.In my case I want to know the name of the character, if it is a NPC.I tried it with Actor and with THIS to get the ref of the NPC.But Actor is empty and THIS is the item.I looked many scripts that use OnEquip but never found a solution for getting the character that equipis something.Thank you ! Link to comment Share on other sites More sharing options...
DrakeTheDragon Posted August 6, 2014 Share Posted August 6, 2014 In case of OnEquip we can assume the item already is inside an actor's inventory, not still lying around on ground.So GetContainer should do the trick to obtain the actor equipping it. Link to comment Share on other sites More sharing options...
Recommended Posts