OK now, i think more people will be able to help.
I need some help with the script as i am very unsure on how to build it correctly.
I figured the sword (weapon) could send a spell flying at the targeted object much like the swords do in http://www.tesnexus.com/downloads/file.php?id=30851
However this is what i came up with, but its obviously not finnished.
;The name of the Script.scn UndyingFuryEnch;I'm a little unsure what this actually does but it seems nessessary that its there.Ref TargetRef;Is this the correct way to begin the script?begin ScriptEffectStart;this is the solution i came up with to check whether the object under the crosshair is dead or alive.Set TargetRef to GetCrosshairRefif (TargetRef.GetDead == 1);not sure if addspell will actually send the spell at the target or if it just adds it to my spellbook. :/ addspell aaaUndyingfury;The rest is self-explanatory. although if you see something wrong correct me please PlayMagicShaderVisuals effectreanimate playsound "SPLConjurationHit"endifend begin ScriptEffectFinish StopMagicShaderVisuals effectreanimate removespell aaaUndyingfuryend
Any ideas, any thoughts are greatly appreciated.