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.

ShowTrainingMenu - Game

From the CreationKit Wiki
Jump to navigation Jump to search

Member of: Game Script

Shows the training menu.

Syntax[edit | edit source]

Function ShowTrainingMenu(Actor aActor) native global

Parameters[edit | edit source]

  • aActor: Actor providing the training.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Show the training menu to allow the player to train skills
Game.ShowTrainingMenu(blacksmithTrainingActor)

See Also[edit | edit source]