Stat Screen Issue

Ok so I need help with the stats screen. There’s a hidden stat (def, yes or no), but when I start the game it says “line 114: increasing indent not allowed, expected 0 was 3”
But when I change it to (look at bottom code), it doesnt show up at all in the stats screen. Instead, its just visible like its not part of any code

*if (abc = "1") and (def = "Yes")
   *stat_chart
      text GHI
*if (abc = "1") and (def = "Yes")
*stat_chart
   text GHI

The error is in the parentheses i think.

*if ((var1) and (var2))
   *stat etc

Nope, got the same issue

Found the issue. Instead of

*if

it was

'*if

didn’t notice I had pressed an extra button

1 Like