aninerfan808 Posted September 11, 2012 Share Posted September 11, 2012 I have been trying to make and amulet with a constant effect from a script spell but with no luck; any advice on how to do it? Link to comment Share on other sites More sharing options...
DrakeTheDragon Posted September 11, 2012 Share Posted September 11, 2012 (edited) What's the script going to do?Likely some of the blocks, especially the ScriptEffectUpdate block, will not get executed when in an enchantment or an ability. Maybe the ScriptEffectStart will, but that's only once and never again, and ScriptEffectFinish is not going to happen with a "constant" effect. However, blocks like GameMode or MenuMode always are, once a frame or something, even for Spell scripts. Edited September 11, 2012 by DrakeTheDragon Link to comment Share on other sites More sharing options...
cfh85 Posted September 11, 2012 Share Posted September 11, 2012 What's the script going to do?Likely some of the blocks, especially the ScriptEffectUpdate block, will not get executed when in an enchantment or an ability. Maybe the ScriptEffectStart will, but that's only once and never again, and ScriptEffectFinish is not going to happen with a "constant" effect. However, blocks like GameMode or MenuMode always are, once a frame or something, even for Spell scripts. I'm curious as to why a scripteffectupdate wont run. Link to comment Share on other sites More sharing options...
DrakeTheDragon Posted September 11, 2012 Share Posted September 11, 2012 I'm curious as to why a scripteffectupdate wont run.Don't ask me. I just learned the hard way it sometimes doesn't in the past. At least it's nowhere near anything you could count on happening.It was never executed in abilities during my tests, I had to switch to GameMode for things to run, and I'm hesitant to say it'll be under other similar "constant effect" circumstances now. Link to comment Share on other sites More sharing options...
Recommended Posts