Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)


Update 2: 

Ohhh... I see now, the exit hack works with sprite but not item.

----------------------------------------

Update1 : it didn't work suddenly /crying, anyone please helps me

-------------------------------------------

Ohhh.... I solved the issues myself!

the code should be: 

What you going to to tonight?{choice
- Go to the park
(exitNow "park")
- Stay at home
(exitNow "home")

If I just use (exit), it means the game will exit after the conversation ends. But since I want the scene to change immediately after the player makes a choice, I should use (exitNow).