TeachWord - Game
Member of: Game Script
Teaches the specified WordOfPower to the player.
SyntaxEdit
Function TeachWord(WordOfPower akWord) native global
ParametersEdit
- akWord: The WordOfPower to teach to the player.
Return ValueEdit
None.
ExamplesEdit
; Teaches the help me word of power to the player
Game.TeachWord(HelpMeProperty)