Jump to content

Cute Female Idle animations


Recommended Posts

Posted

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.

Posted (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 by traison

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...