TeachWord - Game
Jump to navigation
Jump to search
Member of: Game Script
Teaches the specified WordOfPower to the player.
Syntax[edit | edit source]
Function TeachWord(WordOfPower akWord) native global
Parameters[edit | edit source]
- akWord: The WordOfPower to teach to the player.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Teaches the help me word of power to the player
Game.TeachWord(HelpMeProperty)