Difference between revisions of "IsMagicItemAutoCalc"
Jump to navigation
Jump to search
imported>Haama (Added info) |
imported>WereWolf (Added obse link/Fixed syntax/Added Categories) |
||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | |||
IsMagicItemAutoCalc - returns 1 if the MagicItem determines magicka cost by autocalculation. Currently works on Spells, AlchemyItems and Ingredients (but not for Enchantments). | IsMagicItemAutoCalc - returns 1 if the MagicItem determines magicka cost by autocalculation. Currently works on Spells, AlchemyItems and Ingredients (but not for Enchantments). | ||
'''Syntax:''' | |||
(isAutocalc:bool) IsMagicItemAutoCalc magicItem:ref | |||
Line 13: | Line 17: | ||
[[Category:Magic Functions]] | [[Category:Magic Functions]] | ||
[[Category:Magic Functions (OBSE)]] | [[Category:Magic Functions (OBSE)]] | ||
[[Category:Condition Functions]] | |||
[[Category:Condition Functions (OBSE)]] |
Revision as of 17:24, 11 September 2007
A command for Oblivion Script Extender
IsMagicItemAutoCalc - returns 1 if the MagicItem determines magicka cost by autocalculation. Currently works on Spells, AlchemyItems and Ingredients (but not for Enchantments).
Syntax:
(isAutocalc:bool) IsMagicItemAutoCalc magicItem:ref
Notes
- Does not work on Enchantments.