Bare bones repro script:
default
{
state_entry()
{
if (TRUE)
{
@blah;
}
@blah;
}
}
Does not repro with LSO compiles.
I ran into this with a much larger script and had to delete scopes to find it.
It would help if this script bug would cause a syntax error message and location to appear in the compile status window instead.
It feels like I've seen this reported before, but I cannot find the bug report.
Please link the issue if it already exists. Thanks.