Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+3)

Hey for any one having issues, the game is cap sensitive. "take bobby pin" won't work but "Take bobby pin" will. Honestly a baffling decision on the devs part, in my honest opinion. If it's an attempt at proper grammar then why don't you need to put a period at the end?

(+2)

It wasn't so much a decision on my part, but rather a limitation/feature of Stencyl. Text variable strings are case sensitive, so in order to make commands not case sensitive I would have had to write an excessive number of variations to each possible input.

(+1)

Alright, fair enough.

(+3)

Hi, umm, I know this is about a year old now, but I think Stencyl lets you turn text into all lowercase with [TEXT].toLowerCase(). So you can take player input and transform it to lowercase, and then check against all your commands also in lowercase.

Too late comment maker away!