Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Code Question

A topic by RanKOne created Mar 02, 2018 Views: 301 Replies: 4
Viewing posts 1 to 3

So, we have to use:

if(something)

{

         //Something

}

rather than:

if(something) { //Something }

?

Host

Yes you have to follow the code format. We have that limitation because we want to challenge people and because if we didn't have format guidlines, you could technically write your entire game on one line using GML. Thanks for asking! 

Submitted

Then if I use drag and drop, does if block counts as 4, or just 1?

Host

If you do decide to use drag and drop, we will convert it to gml to check and see if it's still less than 100 lines with the proper format. I don't recommend using drag and drop for this jam.

Submitted

Ok, thank you. It would be really hard to me lo