IWantMyMod Posted July 2, 2017 Share Posted July 2, 2017 I'm trying to make an NPC grab an item on the ground. I don't see any function that will do that so I figure I need to make the NPC path to the item then play the grab animation then delete the item from the ground and add it to the NPC's inventory. Now I can't figure out how to make the NCP play the grab animation. I figure I would use SendAnimationEvent() but I cant find the event name sting to use. Am I on the right track here? If so where do I find animation event names to use? If not then how do I make an NPC grab something? Thanks. Link to comment Share on other sites More sharing options...
IWantMyMod Posted July 3, 2017 Author Share Posted July 3, 2017 Never mind. I don't think there is a grab animation. I will have the NPC walk over to the item and leave it at that. Link to comment Share on other sites More sharing options...
Recommended Posts