Page 1 of 1

and so it begins

Posted: Mon Apr 28, 2008 3:47 pm
by SmashFace
a new era of WOK5 has arrived, can't wait for turn 1!!!

Posted: Mon Apr 28, 2008 3:58 pm
by Ultyguy
Are you calling it a new ERA since I've started to play?

Ulty

Posted: Mon Apr 28, 2008 4:34 pm
by SmashFace
yup you got it also an era in which GM's don't disappear just as you're about to win a hard fought long game of WOK5

Posted: Mon Apr 28, 2008 7:52 pm
by korexus
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
I think Gaz already covered for that with this feature:

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);
     }
   }
:wink:

Posted: Mon Apr 28, 2008 7:59 pm
by SmashFace
LOL