Skip to main content

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

Thank you for playing, glad you liked it! Actually, there is restart handling, but I don't know why once I exported it, it would sometimes lead to the cmd thing (it only happened to me once). It was late, and I just submitted whatever I had, couldn't look into it. Once again, thank you for playing and for making such an amazing and fun-to-work-with tool!

:D

Actually, nevermind, found the bug. Initially, my main script was called 'main.ms' but once I packaged it I renamed it to 'startup.ms' but my restart function still called `run "main"`.

Makes sense!  A common pattern is to leave your main script as 'main.ms', but then to make it boot right into your game, add a new startup script that simply does `run "main"`.

But in any case, glad you got it figured out!