ghowriter Posted March 27, 2023 Share Posted March 27, 2023 Is there any way to make a magic effect that doesnt use concentration (holding the mouse buttons) but consume magica per second while active and dispel when magica is exhausted? Also need a second effect tied to the first that also dispels when the first does. I also want the ability usable a certain number of times per day. I been tinkering in the CK with this for a couple days now without any real success. Any thoughts would be appreciated. Link to comment Share on other sites More sharing options...
xkkmEl Posted March 29, 2023 Share Posted March 29, 2023 I think you'll need to use scripting in a timed loop. Something like: Actor target event OnEffectStart( Actor akTarget, Actor akCaster) target = akTarget registerForSingleUpdate( 0.0)endevent event OnUpdate() target.modActorValue( ...) registerForSingleUpdate( 1.0)endevent Link to comment Share on other sites More sharing options...
ghowriter Posted March 31, 2023 Author Share Posted March 31, 2023 (edited) I have no idea what any of that means but TBO it's more important that someone responded than that I understand it... I've done scripting for NWN and NWN2 but this scripting is too limited, it's like they dont want to let us do what we want. Thanks though; maybe one day it's make sense when I'm to old to be able to use it. Edited March 31, 2023 by ghowriter Link to comment Share on other sites More sharing options...
Recommended Posts