[dismiss]
This wiki is a copy of the original Skyrim CK wiki created and maintained by the UESP.net. See CreationKit:Copy Notice for more info.
StartTitleSequence - Game
Jump to navigation
Jump to search
Member of: Game Script
Run a given animation in the title menu.
Syntax[edit | edit source]
Function StartTitleSequence(string asSequenceName) native global
Parameters[edit | edit source]
- asSequenceName: The sequence animation to play in the title menu. Currently "Sequence1", "Sequence2", "Sequence3" and "Sequence4" exist.
Return Value[edit | edit source]
None
Examples[edit | edit source]
; Play "sequence1" in the title menu
Game.StartTitleSequence("Sequence1")