ShowTrainingMenu - Game
Revision as of 14:41, 14 January 2011 by imported>HOTSPOTSHIELD
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)