Das wird compiliert, Danke. Wie soll das andere (VampSight) script aussehen?

So etwa?
Code:
Scriptname KTVampSightScript

short targetMagicka
ref casterRef
ref me

Begin ScriptEffectStart
Set me to getself
If ( me.IsSpellTarget KTVampireHuntersSight == 0 )
	me.addSpell KTVampireHuntersSight
else
	set casterRef to me.PlaceAtMe KTMagickaReplenisher 1, 0, 1
	casterRef.MoveTo me 0, 0, 128
	casterRef.Cast KTVH5Magicka me
	casterRef.disable
	RemoveSpell KTVampireHuntersSight
endif

End