Code:
on *:text:*!start*:#: {
  if ($1 == %c $+ !start) {
  .compare $+(%,$2) 100 }
  else {
    if ($2 == 100) | msg $chan Sorry, but you already have 100 points
  }
}


Pretty messy right now. I don't think the .compare thing is right or the %.