3aq Posted June 9, 2019 Share Posted June 9, 2019 I've referenced the Dragonborn's standing stone powers however copying and applying it to a test lesser doesn't seem to work.. would anyone cue me in as to what may be going wrong? Scriptname DLC2StandingStoneFireScript extends ActiveMagicEffect SPELL Property DLC2StandingStoneFireStorm Auto Event OnEffectStart(actor akTarget, actor akCaster) akCaster.RemoveSpell(DLC2StandingStoneFireStorm) EndEvent Spell <-- Test lesser power (lesser power, self, fire forget),Magic Effect 1 <-- (self, cloak) it only has flame cloak hit shaders to show if its working or notMagic Effect 2 <-- (self, script) the same script as above only replaced with test lesser power. Link to comment Share on other sites More sharing options...
3aq Posted June 11, 2019 Author Share Posted June 11, 2019 so I figured it out, was trying to make the spell expire with duration; apparantly script does not work on fireforget sadly. other than that it works as specified. Link to comment Share on other sites More sharing options...
Recommended Posts