Difference between revisions of "SelectPlayerSpell"
Jump to navigation
Jump to search
imported>Vswe m (Added Search Terms) |
imported>DragoonWraith |
||
Line 8: | Line 8: | ||
* Using a non-magic item argument for this function causes this function to act as a [[Return]]. | * Using a non-magic item argument for this function causes this function to act as a [[Return]]. | ||
* If the player originally had an enchanted scroll selected and this function is used to force-select a spell, the player won't be able to select that scroll again until they change their spell (and if you look at the spell menu, they will seem to select both the original scroll and the new spell). You can get around this by selecting another enchanted scroll instead of a spell. | * If the player originally had an enchanted scroll selected and this function is used to force-select a spell, the player won't be able to select that scroll again until they change their spell (and if you look at the spell menu, they will seem to select both the original scroll and the new spell). You can get around this by selecting another enchanted scroll instead of a spell. | ||
== See Also == | |||
* [[GetPlayerSpell]] (OBSE) | |||
[[Category: Functions]] | [[Category: Functions]] |
Latest revision as of 19:27, 22 May 2009
Syntax:
SelectPlayerSpell ref:MagicItem
Use to force the player to select the specified spell or scroll as his or her active magic.
Notes[edit | edit source]
- Using a non-magic item argument for this function causes this function to act as a Return.
- If the player originally had an enchanted scroll selected and this function is used to force-select a spell, the player won't be able to select that scroll again until they change their spell (and if you look at the spell menu, they will seem to select both the original scroll and the new spell). You can get around this by selecting another enchanted scroll instead of a spell.
See Also[edit | edit source]
- GetPlayerSpell (OBSE)