Habe es mal verusch einfach einen Zauber zu wirken. Mit den befehl set eyes "meine Augen" dann addspell vampirism25 und als finsih wie es dort steht removespell vampirism25. Hier mal der Skript von den Mod:
scn aaSharinganlv1Uchiha1script
ref self
ref eye
ref eyes
ref race
begin scripteffectstart
set self to getself
set eyes to self.geteyes
set race to player.getrace
if race == UchihaClan
self.addspellns aasharinganlv1uchihaab
else
self.addspellns aasharinganlv1ab
endif
if eyes != Sharingan.oldeyes
if eyes == aaeyessharingan1
elseif eyes == aaeyessharingan2
elseif eyes == aaeyessharingan3
elseif eyes == aaeyessharinganipno
elseif eyes == 0
else
set Sharingan.oldeyes to eyes
endif
endif
set eye to aaeyessharingan1
self.seteyes eye
player.addspellns aavampirism
self.removespellns aasharinganipnouchihaab
self.removespellns aasharinganipno2uchihaab
self.removespellns aasharinganipnoab
self.removespellns aasharinganbanish
self.removespellns aaAmaterasu
self.removespellns aatsukuyomi
self.removespellns aasummonninetailfox
self.removespellns aasharinganlv2uchihaab
self.removespellns aasharinganlv3uchihaab
self.removespellns aasharinganlv2ab
self.removespellns aasharinganlv3ab
player.removeitem 001eyeshariganEMS 1
player.removeitem 001eyeshariganEMSFOX 1
player.removeitem 001eyeshariganEMSR 1
player.removeitem 001eyeshariganEMSRFOX 1
player.removeitem 001eyeshariganLV2 1
player.removeitem 001eyeshariganLV3 1
player.removeitem 001eyeshariganMS 1
end
begin scripteffectfinish
player.removespellns aavampirism
end