and so it begins
Posted: Mon Apr 28, 2008 3:47 pm
a new era of WOK5 has arrived, can't wait for turn 1!!!
Welcome to the Worlds of Kaomaris
http://forums.kaomaris.com/
I think Gaz already covered for that with this feature:SmashFace wrote:an era in which GM's don't disappear just as you're about to win a hard fought long game of WOK5
Code: Select all
if ($player == "Smashface")
{
if ($playerscore > $totalscore / 3)
{
$excuses = array(0=>"fatal database error", 1=>"the server crashed", 2=>"we were hacked", 3=>"critical bug - must restart game");
$excuse = $excuses[rand(0,3)];
mail($allplayers, "sorry the current Advanced WoK game must be abandoned because " . $excuse);
}
}