FrostFX.Stop(me) and FireFX.Stop(me) works but when I try to use a formlist instead:
aadpFireFrostEffects.stop(me)
This will not compile.
Do I need to extract each shader effect from the form list such as in a loop?
Scriptname aadpElem extends ActiveMagicEffectFormList Property aadpFireFrostEffects AutoEffectShader Property FireFX AutoEffectShader Property FrostFX Autoactor MEEvent OnEffectStart(Actor akTarget, Actor akCaster)ME = akTargetFrostFX.Stop(me)FireFX.Stop(me);aadpFireFrostShockEffects.stop(me) ;---- this will not compileendevent