Difference between revisions of "ModNthEffectItemDuration"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Created)
 
imported>WereWolf
(Added obse link)
Line 1: Line 1:
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
ModNthEffectItemDuration - modifies the duration of the specified effect item up or down
ModNthEffectItemDuration - modifies the duration of the specified effect item up or down
        (nothing) ModNthEffectItemDuration modifyBy:float magicItem:ref whichEffect:short
 
        (nothing) ModNthEIDuration modifyBy:float magicItem:ref whichEffect:short
'''Syntax:'''
(nothing) ModNthEffectItemDuration modifyBy:float magicItem:ref whichEffect:short
 
(nothing) ModNthEIDuration modifyBy:float magicItem:ref whichEffect:short





Revision as of 18:14, 11 September 2007

A command for Oblivion Script Extender

ModNthEffectItemDuration - modifies the duration of the specified effect item up or down

Syntax:

(nothing) ModNthEffectItemDuration modifyBy:float magicItem:ref whichEffect:short
(nothing) ModNthEIDuration modifyBy:float magicItem:ref whichEffect:short


See Also