Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

ran into a few bugs when going through the middle door. With both the nutrient lab and supplement machine. I get these errors "Error: <<if>>: assignment operator found within <<if>> clause (perhaps you meant to use an equality operator: ==, ===, eq, is), invalid: $op = 1". Looks like there's some if statements that have $op = 1, $op = 2, and $op = 3, instead of 

$op == 1, $op == 2, and $op == 3,

I have this same issue

yes, sorry i have to review and correct my game code. Thank you very much for telling me the error (OwO) I will correct it and look for others errors.

hello, sorry for the delay, i fix the bugs :,)  thank you for you help