parser complains about empty ifs

Issue #22 resolved
Fabian Maurer created an issue
label Start
    if(1 == 1) then

    end
end

gives the Error "Some interaction script contains errors! Index: 0, Size: 0"

While none needs empty ifs it can happen through comments, so it would be nice to see the line of the error or allow empy ifs.

Comments (1)

  1. Log in to comment