Description
Wiki Description
Unlocks the specified WordOfPower so the player can use it in shouts. No message is shown on the screen. Also marks the word as known (ie. you do not need to spend a dragon soul to activate it), but unlike Game.TeachWord(...) does not add the corresponding shout to the player's inventory.
Documentation Comment
Unlocks the specified word of power so the player can use it
Parameters
WordOfPowerakWord
CK Wiki Description
The WordOfPower to unlock for the player.
Examples
; Unlocks the specified word of power so the player can use it
Game.UnlockWord(HelpMeProperty)Auto-Generated Example
WordOfPower myWordOfPower__akWord
Game.UnlockWord(myWordOfPower__akWord)