gmcw-team / quack-wiki

8 stars 0 forks source link

Problem with enum in GameMaker #7

Open bcf513 opened 3 years ago

bcf513 commented 3 years ago

I tried to use the project in game maker, but not only i found it fery confusing to use, also it didn't run cause of an error in the declaration of the QUACK enum, in the line of the "finally" variable (in the pic). I hope it will be fixed soon, cause i got really excited when I heard about this tool, and plan to use it in my project (but a video tutorial would really help too hahaha)

Nova Imagem de Bitmap

Buuduu commented 3 years ago

I had the same issue. It is because in the latest GMS2 versions (currently v2.3.1) "finally" is a keyword. To solve the issue, carefully replace "finally" by "final" only for the QUACK parts of your game with Ctrl+Shift+F.