Difference between revisions of "SetNthEffectItemScriptHostile"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
imported>Haama
(Should be a boolean there)
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.

Revision as of 19:07, 3 October 2007

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

IsNthEffectItemScriptHostile