Difference between revisions of "RemoveAllEffectItems"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>WereWolf
imported>DragoonWraith
(note, see also)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
Removes all effect items from the magic item.
Removes all effect items from the magic item.


==See Also==
== Notes ==
* If a spell with hostile effects has those effects removed, it will not automatically become non-hostile. Use [[SetSpellHostile]] to update the hostility.
 
== See Also ==
* [[RemoveNthEffectItem]]
* [[RemoveNthEffectItem]]
* [[CopyAllEffectItems]]
* [[SetSpellHostile]]


[[Category:Functions]]
[[Category:Functions]]
Line 13: Line 18:
[[Category:Magic Functions]]
[[Category:Magic Functions]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions (OBSE)]]
[[Category:Magic Functions - Effect Item (OBSE)]]

Latest revision as of 11:41, 27 May 2008

A command for Oblivion Script Extender

Syntax:

(nothing) RemoveAllEffectItems magicItem:ref

Removes all effect items from the magic item.

Notes[edit | edit source]

  • If a spell with hostile effects has those effects removed, it will not automatically become non-hostile. Use SetSpellHostile to update the hostility.

See Also[edit | edit source]