Difference between revisions of "SetNthEffectItemScriptVisualEffectC"

EI
imported>WereWolf
(Added obse link)
imported>DragoonWraith
(EI)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]]
SetNthEffectItemScriptVisualEffect - sets the scrited effect item's visual effect. Uses a long value returned from GetNthEffectItemCode or GetMagicEffectCode.


'''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==
Line 18: Line 21:
[[Category:Magic Functions]]
[[Category:Magic Functions]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions - Effect Item (OBSE)]]