Constant magic effect question

Post » Fri Feb 18, 2011 9:16 pm

I have created a spell with a constant effect. It uses ScriptEffectStart and ScriptEffectUpdate blocks to maintain the effect.

My question is, will the effect be cumulative? I mean by using a return statement in the ScriptEffectUpdate block, will the effect (resist normal weapons) be cumulative? It is a 5% effect, but will it grow to 10%, 15%, 20%, etc. every time the block runs?
User avatar
jessica robson
 
Posts: 3436
Joined: Mon Oct 09, 2006 11:54 am

Post » Sat Feb 19, 2011 4:05 am

Not for sure, but, just in case.... might want to check and see if the effect is active, and if it is, don't do anything.
User avatar
Danger Mouse
 
Posts: 3393
Joined: Sat Oct 07, 2006 9:55 am

Post » Sat Feb 19, 2011 6:04 am

Yeah, good idea.
User avatar
Marta Wolko
 
Posts: 3383
Joined: Mon Aug 28, 2006 6:51 am


Return to IV - Oblivion