UnlockWord - Game

From the CreationKit Wiki
Revision as of 16:59, 18 October 2011 by imported>Jlundin
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Game Script

Unlocks the specified word of power so the player can use it in shouts. Also marks the word as known, but unlike TeachWord does not add the corresponding shout to the player's inventory.

Syntax

Function UnlockWord(WordOfPower akWord) native global

Parameters

Return Value

None.

Examples

; Unlocks the specified word of power so the player can use it
Game.UnlockWord(HelpMeProperty)

See Also