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.
No you must have brackets
if(something)
{
do_something();
}
That is 4 lines
but you can you drag and drop can't you? -_-
We'd convert it to gml and see if it meets the 100 Line restriction