Open main menu

UESPWiki β


PlayGroup

                PlayGroup, GroupName, [Flags]

       Where:   GroupName       = Animation group to play.
                Flags           = Optional parameter indicating when the animation should start.
                                        0 = Normal, the current animation will finish it's full 
                                            cycle, and the new animation will start from its beginning.
                                        1 = Immediate Start, the current animation will stop 
                                            regardless of the frame it is on, and the new 
                                            animation will start from its beginning.
                                        2 = Immediate Loop, the current animation will stop 
                                            regardless of the frame it is on, and the new 
                                            animation will start at the beginning of its loop cycle.

        Type:   Animation

     Returns:   none

     Example:   PlayGroup, Idle2
                "taren andoren"->PlayGroup, Idle, 0
                "Black Dart Malar"->PlayGroup "Death1"

     Scripts:   AzuraEnd
                rockSlide
                drowned

Plays the animation group defined by GroupName. Optional flags can be used to start the group in different ways. The various group names can be found by viewing the animation menu options in the Character menu in the Construction Set or Animation Groups on this site.

See Also: LoopGroup, Animation Groups