TeachWord - Game

From the CreationKit Wiki
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]

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Teaches the help me word of power to the player
Game.TeachWord(HelpMeProperty)

See Also[edit | edit source]