ShowTrainingMenu - Game

Member of: Game Script

Shows the training menu.

SyntaxEdit

Function ShowTrainingMenu(Actor aActor) Native Global

ParametersEdit

  • aActor: Actor providing the training.

Return ValueEdit

None

ExamplesEdit

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

See AlsoEdit