Lord Asgar
22.06.2009, 19:01
Das CS weigert sich, das Script hier zu speichern, findet aber keine Fehler. Liegt es doch am Script?
scn ZZZSoulRipperSpellScript
begin scripteffectstart
if ( GetItemCount Jpm4FullSoul >= 3 )
player.removeitem Jpm4FullSoul 3
modpca strength 5
modpca agility 5
modpca speed 5
modpca endurance 5
modpca willpower 5
modpca intelligence 5
modpca personality -5
modpca luck -5
modpcs destruction 1
modpcs mysticism 1
modpcs restoration 1
modpcs alchemy 1
modpcs illusion 1
modpcs alteration 1
modpcs conjuration 2
modpcs blade 1
elseif
Message "Too few souls! You need at least two!"
endif
endif
end
scn ZZZSoulRipperSpellScript
begin scripteffectstart
if ( GetItemCount Jpm4FullSoul >= 3 )
player.removeitem Jpm4FullSoul 3
modpca strength 5
modpca agility 5
modpca speed 5
modpca endurance 5
modpca willpower 5
modpca intelligence 5
modpca personality -5
modpca luck -5
modpcs destruction 1
modpcs mysticism 1
modpcs restoration 1
modpcs alchemy 1
modpcs illusion 1
modpcs alteration 1
modpcs conjuration 2
modpcs blade 1
elseif
Message "Too few souls! You need at least two!"
endif
endif
end