aristoast Posted March 2, 2023 Posted March 2, 2023 I keep seeing mod authors using .gifs to advertise their followers of the girl swaying their hips back and forth or doing some other cute/sexy dance. I don't know if these are idle or dance animations but I can't find them anywhere. Just finding stuff like the "shake it" mod and some other basic female idle animations.
traison Posted March 2, 2023 Posted March 2, 2023 (edited) This is for when you realize there's over 500 of them, and they're not sorted or named (Edit: well, some). Function PlayGsPoses(Actor who) ; GS# where # is 1 to 567, both inclusive While (Counter1.Value < 567) Counter1.Value = Counter1.Value + 1 string anim = "GS" + Counter1.Value As int Utility.Notification("Playing " + anim) Debug.SendAnimationEvent(who, anim) Utility.Wait(4.0) EndWhile Debug.SendAnimationEvent(who, "IdleForceDefaultState") EndFunction Edited March 2, 2023 by traison
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