Difference between revisions of "SetNthEffectItemRange"

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]]
SetNthEffectItemRange - sets the range of the specified effect item


'''Syntax:'''
'''Syntax:'''
Line 8: Line 6:
  (nothing) SetNthEIRange nuRange:short magicItem:ref whichEffect:short
  (nothing) SetNthEIRange nuRange:short magicItem:ref whichEffect:short


==Notes==
Sets the range of the specified effect item.
*Ranges
 
'''Ranges:'''
   0:    Self
   0:    Self
   1:    Touch
   1:    Touch

Revision as of 12:34, 14 September 2007

A command for Oblivion Script Extender

Syntax:

(nothing) SetNthEffectItemRange nuRange:short magicItem:ref whichEffect:short
(nothing) SetNthEIRange nuRange:short magicItem:ref whichEffect:short

Sets the range of the specified effect item.

Ranges:
 0:    Self
 1:    Touch
 2:    Target

See Also

GetNthEffectItemRange