Description
Wiki Description
Shows the training menu.
Documentation Comment
Displays the training menu based on passed in trainer actor
Caveats
Parameters
Examples
; Show the training menu to allow the player to train skills
Game.ShowTrainingMenu(blacksmithTrainingActor)Auto-Generated Example
Actor myActor__aTrainer
Game.ShowTrainingMenu(myActor__aTrainer)