Hm... Ok, I'll check into that.

***
Ok, you should have at least received something about it starting...

Let's do this...

In this part of the script, add the red spots to it:
Code:
alias 5050compstart {
  [color:red]echo -a Start[/color]
  if ($hget(Game,Competition.players) >= 2) {
    [color:red]echo -a Enough players.[/color]
    msg $chan 50/50 Competition has begun.  Type !5050 to guess.
    set %5050comp 2
    .timer5050comp 1 120 5050CompTimeOut
  }
  else {
    [color:red]echo -a Not enough players.[/color]
    msg $chan Not enough players for the competition --  Competition closed.
    unset %5050comp
    hdel -w Game Competition*
  }
}


See what you get for echo's on the bot. Try with only 1 player joining and try with 2+ players joining. Also, note that I changed the line with the > 2 in it to >= 2. You should change that permanently for the script as it required 3 players before by accident.

Last edited by Riamus2; 10/10/05 06:18 PM.

Invision Support
#Invision on irc.irchighway.net