Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

If you mean that you tried to do live_constant_add("name", TEXT_FOREST_VESTIGES), GM won’t let you do that as it’s not an expression.

TEXT_FOREST_VESTIGES should be usable without any additional effort in “live” code though - so long as it’s defined in a script in the project somewhere.

Ahhh, it might be that then, that macro was only referenced inside a script, gotcha, thanks!