Quote:
Originally Posted by rtfgnow
/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.