Difference between revisions of "GetMagicEffectBaseCost"
Jump to navigation
Jump to search
imported>DragoonWraith m (here too) |
imported>DragoonWraith (explanation) |
||
Line 10: | Line 10: | ||
(baseCost:float) GetMEBaseCostC effect:long | (baseCost:float) GetMEBaseCostC effect:long | ||
Returns the base cost of the magic effect. | Returns the base cost of the magic effect. This affects the cost of creating a custom spell with this effect, as well as the magnitude of a custom constant-effect enchantment with this effect. | ||
== See Also == | == See Also == |
Revision as of 21:36, 1 January 2008
A command for Oblivion Script Extender
Syntax:
(baseCost:float) GetMagicEffectBaseCost effect:chars
(baseCost:float) GetMEBaseCost effect:chars
(baseCost:float) GetMagicEffectBaseCostC effect:long
(baseCost:float) GetMEBaseCostC effect:long
Returns the base cost of the magic effect. This affects the cost of creating a custom spell with this effect, as well as the magnitude of a custom constant-effect enchantment with this effect.