ShowTrainingMenu - Game
Revision as of 20:28, 11 February 2018 by imported>Qazaaq (added category)
Member of: Game Script
Shows the training menu.
Syntax
Function ShowTrainingMenu(Actor aActor) Native Global
Parameters
- aActor: Actor providing the training.
Return Value
None
Examples
; Show the training menu to allow the player to train skills
Game.ShowTrainingMenu(blacksmithTrainingActor)