ShowTrainingMenu - Game

Revision as of 15:41, 14 January 2011 by imported>Henning
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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