UnlockWord - Game
Revision as of 16:59, 18 October 2011 by imported>Jlundin
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
- akWord: The WordOfPower to unlock for the player.
Return Value
None.
Examples
; Unlocks the specified word of power so the player can use it
Game.UnlockWord(HelpMeProperty)