In the logic section the comparator doesn't want to compare, when I want to compare variables or anything it doesn't want to work, I'm sorry if I bother a lot talking about bugs :[
No problems; how are you comparing the variables? There are limitations on how the comparison expressions can be implemented.
There is an open issue to modify the blocks so it won't be possible to make expressions that aren't supported by bBasic: https://github.com/haroldo-ok/vcs-game-maker/issues/12
Unfortunately, until those guardrails are implemented, you would need to be careful to only use simple comparisons and avoid mixing `AND` with `OR` on the same expression: https://www.randomterrain.com/atari-2600-memories-batari-basic-commands.html#if
Anyway, could you please show an screen capture of the expression that is causing problems?
Okay, thanks; it seems the equality comparison is generating the wrong operator: https://github.com/haroldo-ok/vcs-game-maker/issues/49
Until that is fixed, the only workaround seems to be avoiding using the equality comparator (the other comparators seem to work okay)