This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

Difference between revisions of "GetCreatureSoulLevel"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>Greatrsg
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
Returns the soul level of the creature.
Returns the soul level of the creature.


==Soui Level==
==Soul Level==
   0:    None
   0:    None
   1:    Petty
   1:    Petty
Line 20: Line 20:
*[[GetCreatureMagicSkill]]
*[[GetCreatureMagicSkill]]
*[[GetCreatureStealthSkill]]
*[[GetCreatureStealthSkill]]
*[[GetCreatureReach]]
*[[GetCreatureSoulLevel]]
*[[GetCreatureSoulLevel]]
*[[GetCreatureBaseScale]]


[[Category: Functions]]
[[Category: Functions]]

Latest revision as of 13:01, 10 May 2010

A command for Oblivion Script Extender

Syntax:

(soulLevel:short) reference.GetCreatureSoulLevel creature:ref

Returns the soul level of the creature.

Soul Level[edit | edit source]

 0:    None
 1:    Petty
 2:    Lesser
 3:    Common
 4:    Greater
 5:    Grand

See Also[edit | edit source]