Skip to main content

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

MannyKlystron

2
Posts
A member registered Jun 07, 2020

Recent community posts

Thanks for the reply on Steam. Yes, it's because it's on an early puzzle.

In the Steam version, writing this by itself:

IF 1 = 0 {
  T 10;
}
gives an error "trying to use undefined variable =" with the = highlighted in blue. If I replace it with >, then there's no error but T 10; isn't run. Adding parens on the condition doesn't help.

Am I missing something? There aren't enough examples to learn from.