Talk:AddEffectItem

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

This needs a clear example.

Does that answer your questions? (Also, please sign your edits with --~~~~~)
--Haama 20:17, 3 October 2007 (EDT)

Adding Scripted Efects ?[edit source]

Can this function be used to added a script effect, and set it with a script, to a magic if item ? If not, is there any function which can ? shadeMe TALK 03:44, 21 March 2009 (EDT)

Yup, sure can:
set shortVar to AddEffectItem SEFF magicItem
SetNthEffectItemScript scriptID magicItem shortVar
SetNthEffectItemScriptName "effect name" magicItem shortVar
SetNthEffectItemScriptSchool schoolCode magicItem shortVar
SetNthEffectItemScriptHostile bHostile magicItem shortVar
SetNthEffectItemScriptVisualEffect effectChars magicItem shortVar
Dragoon Wraith TALK 19:41, 21 March 2009 (EDT)

You would know ! shadeMe TALK 05:34, 22 March 2009 (EDT)