IWantMyMod Posted July 19, 2017 Share Posted July 19, 2017 Is there a way, without SKSE, to detect when actor sheathes and unsheathes weapon. Link to comment Share on other sites More sharing options...
TheDungeonDweller Posted July 19, 2017 Share Posted July 19, 2017 (edited) Yeah. Look on Skyrim nexus(Old Skyrim), look for this mod called "Anim Catcher". It'll help you detect a lot of animation events. There's some here: http://www.creationkit.com/index.php?title=Animation_Events but I can't point out which is for shealthing and unshealthing, and many may not be entirely correct. I'm not sure if Anim catcher can be ported to SE, so you'll need to use Oldrim for testing. Edited July 19, 2017 by TheDungeonDweller Link to comment Share on other sites More sharing options...
RichWebster Posted July 19, 2017 Share Posted July 19, 2017 A simple method, one which I use for a few different things, is using an ability spell that listens for events. Follow this guide: https://www.creationkit.com/index.php?title=Passing_Conditions_to_Papyrus But instead of the camera condition, use IsWeaponOut: https://www.creationkit.com/index.php?title=IsWeaponOut Link to comment Share on other sites More sharing options...
Recommended Posts