I seem to be having a problem with the alpha_testing variable

I’m having trouble with…

The error I’m getting is:…

My code looks like this:

Example
*commend
    Indent
```So, I have just finished running through my game, as there were some things I had to fix, and have now put the *create alpha_testing = false

However, it's still acting like it's true, and I am unsure on how to deal with it, since if I upload my game now, it will not work correctly.

*create alpha_testing false

Well, seems that the reason that that was happening was because I mixed up the
*if (alpha_testing) variable went to, the true VS the false one. I think I have it settled now though.