Delphi-Quellcode:
if ein = 'Profikiller' then pun:=anz*176;
if ein = 'Objektwache' then pun:=anz*21;
if ein = 'Guarde' then pun:=anz*388;
if ein = 'Problemloeser' then pun:=anz*93;
if ein = 'Bombenleger' then pun:=anz*281;
writeln;
writeln;
writeln ('Hier die Gesamtpunktzahl:');
writeln (pun);
da will ich jetzt ne else anweisung einbauen und dann unten nochmals eine abfrage...
mfg