DeepBlueFrog Posted May 18, 2014 Posted May 18, 2014 Does anyone know if there is a good way to detect which idle or animation an NPC is currently playing? I would like to have NPCs give a different answer to dialogues if they are currently reading or praying for example (things like "come back later.. can't you see I am busy"?).
Min Posted May 18, 2014 Posted May 18, 2014 Unless you initiate the idle (And thus can track it on your own), there's no way of doing this that I'm aware of. Here's a list of all Skyrim animation variables available to you for query: http://www.creationkit.com/List_of_Animation_Variables
DeepBlueFrog Posted May 18, 2014 Author Posted May 18, 2014 Thanks That helped. I couldn't do exactly what I wanted but i was able to at least set a different dialogue when the NPC is drunk.
Heromaster Posted May 19, 2014 Posted May 19, 2014 Actually there is a way of receiving events for animations you want to listen: http://www.creationkit.com/OnAnimationEvent_-_Form
Min Posted May 19, 2014 Posted May 19, 2014 Actually there is a way of receiving events for animations you want to listen: http://www.creationkit.com/OnAnimationEvent_-_Form Oh, nice. Hadn't been aware of that one. That's handy, thanks!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.