Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

formatting question

A topic by bluzi created Mar 10, 2018 Views: 310 Replies: 3
Viewing posts 1 to 3
(1 edit)

so the rule is that every single manipulation, assignment, bracket, or conditional statement (if()) has to be on a separate line? your "guideline" basically just says "like this"; it doesn't really describe anything or make anything clear.

Deleted 5 years ago
Deleted 6 years ago
Host(+1)

No you must have brackets

if(something)

{

    do_something();

}


That is 4 lines

but you can you drag and drop can't you? -_-

Host

We'd convert it to gml and see if it meets the 100 Line restriction