Skip to main content

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

I'll let 8bitAG check it for you if you like, but here are some general tips:

  1. Save the file , using" MENU / Save File" often. It will save a timestamped filename.
  2. Hover over the top bar (that is red) to see the error message, and the error line. If the error has a line, then you can click the top bar to go straight to the error.
  3. If the error message is unreadable, then it's likely a formatting issue. Look for peculiarities in the text colouring. You may have accidentally not closed a brace } or left out a semi colon ;.
  4. After saving, press F5 (refresh webpage), will reset the game parser and count out weird parser bugs (which are very rare but can occur very occasionally).

Very sorry you are having these issues. Hope you can find a resolution soon.

there is no error message. some commands don't work anymore no matter how many timesi delete/rewrite/change them. like there is a "talk oldman" command which must work when you are in a specific room. but now even if i delete the whole lines about talk oldman and rewrite them in a new way(like accepting the command any where) it still says "you can't do that"

(+1)

All I can offer is to take a look at the code, the same as 8bitAG. I can't explain your problem, but I'm very interested in helping you to resolve this and to try to make sure it doesn't happen to anyone else.

(+2)

thx. like i said to 8bitAG im trying someting and if that didn't worked i'll send you both the code.