Difference between revisions of "GetSpellMasteryLevel"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
(New page: A command for Oblivion Script Extender '''Syntax:''' (masteryLevel:short) GetSpellMasteryLevel spell:ref Returns the mastery level of the spell. ...)
 
imported>Quetzilla
Line 9: Line 9:
   0:    Novice
   0:    Novice
   1:    Apprentice
   1:    Apprentice
   2:    Journeymand
   2:    Journeyman
   3:    Expert
   3:    Expert
   4:    Master
   4:    Master

Revision as of 23:00, 30 January 2008

A command for Oblivion Script Extender

Syntax:

(masteryLevel:short) GetSpellMasteryLevel spell:ref

Returns the mastery level of the spell.

Spell Mastery Level:
 0:    Novice
 1:    Apprentice
 2:    Journeyman
 3:    Expert
 4:    Master

See Also