Difference between revisions of "SetNthEffectItemScriptVisualEffect"

From the Oblivion ConstructionSet Wiki
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]]
SetNthEffectItemScriptVisualEffect - sets the scrited effect item's visual effect. Uses the 4 letter codes for the magic effects listed in the CS.


'''Syntax:'''
'''Syntax:'''
Line 7: Line 5:


  (nothing) SetNthEISVisualEffect magicEffect:chars magicItem:ref whichEffect:short
  (nothing) SetNthEISVisualEffect magicEffect:chars magicItem:ref whichEffect:short
Sets the scrited effect item's visual effect.
==Notes==
*Uses the 4 letter codes for the magic effects listed in the CS.


==See Also==
==See Also==
* [[Magic Effects List]]
*[[Magic Effects List]]
* [[GetNthEffectItemScriptVisualEffect]]
*[[GetNthEffectItemScriptVisualEffect]]
* [[SetNthEffectItemScriptVisualEffectC]]
*[[SetNthEffectItemScriptVisualEffectC]]


[[Category:Functions]]
[[Category:Functions]]

Latest revision as of 12:07, 14 September 2007

A command for Oblivion Script Extender

Syntax:

(nothing) SetNthEffectItemScriptVisualEffect magicEffect:chars magicItem:ref whichEffect:short
(nothing) SetNthEISVisualEffect magicEffect:chars magicItem:ref whichEffect:short

Sets the scrited effect item's visual effect.

Notes[edit | edit source]

  • Uses the 4 letter codes for the magic effects listed in the CS.

See Also[edit | edit source]