Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi! Yeah, but Option 3 doesn't work if you type in "Senior Representative". Seems like it's a bug with the game. Maybe you've got the spelling of the correct answer wrong within the game's code?

Okay, I think it's caused by how string.ToLower creates different results in different countries. I changed it to string.ToLowerInvariant, so it'll be consistent.

I can't be 100% sure if that fixed it. Could you tell me if it worked?

Doesn't work for me. I'm in Australia if thats important

Maybe double check and do some backspaces before entering something. I had the issue that sometimes there was a line break before the text i put in, i believe that caused the same issue for me.