Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

What seemed to go wrong?

In case it's not a bug, here's a list of hints for that part of the game.

But if that doesn't help, tell me right away. I'll figure out what's going on.

I had the right idea last time and after getting to it again it still just does nothing when I put stuff in.

What do you mean by "put stuff in"? And what happens when you try to do it?

By "put stuff in" I mean type something in and press enter, and when I do that nothing happens, no sound no nothing.

Okay, I think I got it. Option 3 doesn't give you any feedback if you input incorrectly. It waits for you to enter a correct input or exit with star.

Here's a list of the correct inputs that lead to new directories (but only one of them progresses the game).

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?