0) { $pointstot+=$points; output("`[Du hast `s{$points}`[ Punkte gemacht!`n `[Gesamtpunktzahl: `s{$pointstot}`n`n"); } else switch (e_rand(1,5)) { case 1 : output("`[Du hast `sCedriks Bierfässer`[ getroffen!"); break; case 2 : output("`[Du hast `seine streunende Katze`[ erlegt!"); break; case 3 : output("`[Du hast `sViolets Allerwertesten`[ getroffen!"); break; case 4 : output("`[Du hast den Pfeil `szum Fenster raus`[ geworfen!"); break; case 5 : output("`[Du hast `seinem Gast`[ das Bierglas aus der Hand geschossen!"); break; } } if ($round>=10) { output("`[`nDas Spiel ist vorbei.`0`n`n"); addnav("Zurück","inn.php"); } else { $round++; addnav("`bGib dein Bestes!`b`n"); addnav($str_backtext,$str_backlink); $str_out = ' '; $str_lnk = "dart.php?op=play&round=$round&pointstot=$pointstot"; output('
',true); for ($i=0;$i<=60;$i++){ addnav("",$str_lnk.'&points='.$i); } output('
`n

 

 

 

 

 

 

 

`n',true); output($str_out,true); output("`[Das ist dein `s{$round}. Wurf`[ von `s10`[."); } page_footer(); ?>