Re: Heat Engine, a game engine for BGT games
The last if condition has no opening brace, so there is one closing brace in the end which shouldn't be there..
You will encounter this problem with all languages, they all have to specify where a bloc of code starts and where it ends. I've seen some BGT/C++/Java programers using this syntax, maybe it will help you:
if(choice==1)
{//opening choice 1
...
}//closing choice 1
They comment each and every brace. This way, it would be exactly as if you were specifying them in Basic, with a If Then EndIf or While EndWhile
_______________________________________________ Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector