Ich versuche einen script zu machen der ein Buch einfügt, der solange man das buch im inventar hat nen zauber lehrt und beschwören hochbringt um 10 punkte.
Das was ich bisjetzt hab sieht so aus:
Begin My_spell_book
short _foliant
if ( player -> GetItemCount "_foliant" == 1 )
player-> addspell "_dremora"
player-> modsummon 10
set _foliant to 2
endif
if ( player -> GetItemCount "_foliant" < 1 )
if ( "_foliant" == 2)
player-> modsummon -10
set _foliant to 1
endif
endif
end My_spell_book
was habe ich falsch gemacht?
Das was ich bisjetzt hab sieht so aus:
Begin My_spell_book
short _foliant
if ( player -> GetItemCount "_foliant" == 1 )
player-> addspell "_dremora"
player-> modsummon 10
set _foliant to 2
endif
if ( player -> GetItemCount "_foliant" < 1 )
if ( "_foliant" == 2)
player-> modsummon -10
set _foliant to 1
endif
endif
end My_spell_book
was habe ich falsch gemacht?