View Single Post
  #6   Spotlight this post!  
Unread 30-07-2010, 12:37
Chief Pride's Avatar
Chief Pride Chief Pride is offline
<3
AKA: James Kiefer
no team
 
Join Date: Sep 2007
Rookie Year: 2007
Location: Kalamazoo, MI
Posts: 653
Chief Pride has a reputation beyond reputeChief Pride has a reputation beyond reputeChief Pride has a reputation beyond reputeChief Pride has a reputation beyond reputeChief Pride has a reputation beyond reputeChief Pride has a reputation beyond reputeChief Pride has a reputation beyond reputeChief Pride has a reputation beyond reputeChief Pride has a reputation beyond reputeChief Pride has a reputation beyond reputeChief Pride has a reputation beyond repute
Re: Guess That Image! - Round 1

Quote:
Originally Posted by rtfgnow View Post
/pos 100,110
/guess "cheeseburger"
This actually should have won. Somehow I didn't save some of the last changes to the parser and this was the result:

Code:
if (match.Groups[1].ToString().ToLower() == answer.ToLower()){
 //correct
}else{
I'll fix it and get a new thread going in a minute.
Reply With Quote