Difference between revisions of "SetNthEffectItemScriptVisualEffectC"
Jump to navigation
Jump to search
imported>WereWolf (Added obse link) |
imported>WereWolf |
||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | ||
'''Syntax:''' | '''Syntax:''' | ||
Line 7: | Line 5: | ||
(nothing) SetNthEISVisualEffectC 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. | |||
==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.