Difference between revisions of "SetNthEffectItemScriptHostile"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
imported>DragoonWraith
(EI)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:


'''Syntax:'''
'''Syntax:'''
  (nothing) SetNthEffectItemScriptHostile magicItem:ref whichEffect:short
  (nothing) SetNthEffectItemScriptHostile isHostile:bool magicItem:ref whichEffect:short


  (nothing) SetNthEISHostile magicItem:ref whichEffect:short
  (nothing) SetNthEISHostile isHostile:bool magicItem:ref whichEffect:short


Sets whether the scripted effect is hostile.
Sets whether the scripted effect is hostile.
Line 15: Line 15:
[[Category:Magic Functions]]
[[Category:Magic Functions]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions - Effect Item (OBSE)]]

Latest revision as of 19:41, 1 March 2008

A command for Oblivion Script Extender

Syntax:

(nothing) SetNthEffectItemScriptHostile isHostile:bool magicItem:ref whichEffect:short
(nothing) SetNthEISHostile isHostile:bool magicItem:ref whichEffect:short

Sets whether the scripted effect is hostile.

See Also[edit | edit source]

IsNthEffectItemScriptHostile