Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

C'Dodge

5
Posts
22
Followers
8
Following
A member registered Jun 04, 2021 · View creator page →

Creator of

Recent community posts

this is good stuff

Amazing game, I've enjoyed it way more than I have thought. One big thing I wish you would do is nest the caves with monsters, so mining to shelters becomes actually scary rather than tedious. It's a little sad that the atomization gameplay wasn't really mixed with horror as much, I think it would have made a great mix, and Tunnet was so close to it. But overall it's a solid 8/10 from me, great work!

Thank you for playing. No, there are only 3 possible endings in the game.

better yet, please explain how do i execute 2 or more different scripts at the same time after going through the dialogue line like:

i++;
myText[i]        = "lets go!"
mySpeaker[i]    = id;
myScripts[i]    = [script_room_goto, room_2]

I want two scripts to happen - room_goto which is working fine but also another script for switching the image_index, how do I do that?

can someone please explain to me how to use the script_execute_alt function