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

Hi! I had great fun playing your game. And even more fun learning to write a story and make it playable by someone else. But I encountered many Fatal Errors and didn't know what to do next after the last one. Is double quote not allowed in the game?

What can be done with error in "Room Creation Code for room room()"?

I'm glad you're having fun with it!  The editing process may be a bit messy at parts since the game was made during a game jam.  If you want to email your file to playmygames@thexandan.com, I can give it a look and try to fix things on our end.


Double quotes may actually cause an issue with gamemaker since it loads the text file into an array when the game starts.  Something that didn't come up in testing unfortunately.  Try putting a \ character before the quote since that's the gamemaker escape character.  If that doesn't work for you I can give it a look tonight!