Hi guys, I am having an issue while making a custom enemy, I keep getting this error message when I try to test my game. I have tried moving the script around, in the past adding { has helped but this time nothing, any ideas? thanks!
This probably means that some of your "if" or ""while" statements don't terminate properly. Make sure all your opening braces have a corresponding closing brace, also keep in mind that "if" statements may be strange in CON (not the same as in C, for example). Afaik, if you stack several if's together, they will be treated as a single if statement in regard to braces and "else" clauses.