OriginalPeacockCaregiver Posted February 18, 2024 Posted February 18, 2024 The_Elder_Scrolls_V_Skyrim_Special_Edition_2024.02.16_-_17.51.47.01.mp4
traison Posted February 18, 2024 Posted February 18, 2024 Pose is from GSPoses. Use a script to more quickly browse through the 567 animations to find the correct one: Function PlayGsPoses(Actor who) ; GS# where # is 1 to 567, both inclusive int i = 0 While (i < 567) i = i + 1 string anim = "GS" + i Debug.Notification("Playing " + anim) Debug.SendAnimationEvent(who, anim) Utility.Wait(4.0) EndWhile Debug.SendAnimationEvent(who, "IdleForceDefaultState") EndFunction 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now