Difference between revisions of "UnlockWord - Game"
Jump to navigation
Jump to search
imported>Jlundin |
imported>Enai Siaion |
||
Line 3: | Line 3: | ||
'''Member of:''' [[Game Script]] | '''Member of:''' [[Game Script]] | ||
Unlocks the specified [[WordOfPower Script|word of power]] so the player can use it in shouts. Also marks the word as known, but unlike [[TeachWord - Game|TeachWord]] does not add the corresponding shout to the player's inventory. | Unlocks the specified [[WordOfPower Script|word of power]] 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 [[TeachWord - Game|TeachWord]] does not add the corresponding shout to the player's inventory. | ||
== Syntax == | == Syntax == |
Latest revision as of 20:56, 23 November 2012
Member of: Game Script
Unlocks the specified word of power 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 TeachWord does not add the corresponding shout to the player's inventory.
Syntax[edit | edit source]
Function UnlockWord(WordOfPower akWord) native global
Parameters[edit | edit source]
- akWord: The WordOfPower to unlock for the player.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Unlocks the specified word of power so the player can use it
Game.UnlockWord(HelpMeProperty)