Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

GMLive.gml

Livecoding for GameMaker: Studio / GameMaker Studio 2 · By YellowAfterlife

[fixed in 1.0.71+] Recursive Macro Issue

A topic by Yokin created Jan 14, 2023 Views: 116
Viewing posts 1 to 1

It might be known, but recursive macros cause errors like “X does not have a variable ‘Y’” on live-reloads. I’ve got a setup like this:

and it causes errors when any of the FluxTime_* macros are referenced on live reloads, whether or not the FluxTime macro is defined above or below them.