Hey Guys,
I'm just editing a spell to include and an aura effect but i want the aura to appear 5 seconds after the spell is cast and since i've got no idea how to script and its a miracle i've gotten the aura to work at all i could use any help you guys are willing to provide! well actually the goal is to have one aura (the one in the script to be followed by another (effectShockDamage)
So this Script
ScriptName AbsorbEffectSilver
begin ScriptEffectStart
PlayMagicShaderVisuals effectabsorb
saa 0.3
end
begin ScriptEffectFinish
StopMagicShaderVisuals effectabsorb
saa 1.0
end
but add a time delay before PlayMagicShaderVisuals effectShockDamage starts. Thanks guys