Difference between revisions of "SetSpellMasteryLevel"
Jump to navigation
Jump to search
imported>WereWolf (New page: A command for Oblivion Script Extender '''Syntax:''' (nothing) SetSpellMasteryLevel masteryLevel:short Sets the mastery level of the spell. '''S...) |
imported>Quetzilla m (missing argument) |
||
Line 2: | Line 2: | ||
'''Syntax:''' | '''Syntax:''' | ||
(nothing) SetSpellMasteryLevel masteryLevel:short | (nothing) SetSpellMasteryLevel masteryLevel:short objectID:ref | ||
Sets the mastery level of the spell. | Sets the mastery level of the spell. |
Revision as of 01:57, 10 February 2008
A command for Oblivion Script Extender
Syntax:
(nothing) SetSpellMasteryLevel masteryLevel:short objectID:ref
Sets the mastery level of the spell.
Spell Mastery Level: 0: Novice 1: Apprentice 2: Journeymand 3: Expert 4: Master
Notes
- This value can be changed but have no effect if the spell is marked AutoCalc. See IsMagicItemAutoCalc and SetMagicItemAutoCalc.