Currently these are required for for loops, however from my testing it looks like the following for loop is valid code.
for(var i=0; i<array_length(ship_ide) i++){
source file:
C:\Users\Red\Documents\Gamemaker Studio 2\__compile_tests_from_github\__gms23\Adeptus-Dominus__ChapterMaster\objects\obj_bomb_select\Draw_0.gml
Where you can see the ; is missing between the condition and the iter.
Currently these are required for for loops, however from my testing it looks like the following for loop is valid code.
source file:
C:\Users\Red\Documents\Gamemaker Studio 2\__compile_tests_from_github\__gms23\Adeptus-Dominus__ChapterMaster\objects\obj_bomb_select\Draw_0.gmlWhere you can see the
;is missing between the condition and the iter.