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>DragoonWraith (not a record variable function) |
||
(2 intermediate revisions by 2 users not shown) | |||
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. | ||
Line 23: | Line 23: | ||
[[Category: Magic Functions]] | [[Category: Magic Functions]] | ||
[[Category: Magic Functions (OBSE)]] | [[Category: Magic Functions (OBSE)]] | ||
[[Category: | [[Category: Magic Functions - Magic Item (OBSE)]] | ||
Latest revision as of 20:48, 21 March 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[edit | edit source]
- This value can be changed but have no effect if the spell is marked AutoCalc. See IsMagicItemAutoCalc and SetMagicItemAutoCalc.