Difference between revisions of "SetNthEffectItemScriptVisualEffectC"
Jump to navigation
Jump to search
imported>WereWolf |
imported>WereWolf |
||
Line 9: | Line 9: | ||
==Notes== | ==Notes== | ||
*Uses a long value returned from GetNthEffectItemCode or GetMagicEffectCode. | *Uses a long value returned from [[GetNthEffectItemCode]] or [[GetMagicEffectCode]]. | ||
==See Also== | ==See Also== |
Revision as of 12:06, 14 September 2007
A command for Oblivion Script Extender
Syntax:
(nothing) SetNthEffectItemScriptVisualEffectC magicEffectCode:long magicItem:ref whichEffect:short
(nothing) SetNthEISVisualEffectC magicEffectCode:long magicItem:ref whichEffect:short
Sets the scrited effect item's visual effect.
Notes
- Uses a long value returned from GetNthEffectItemCode or GetMagicEffectCode.