Oh really? I thought I was just doing it wrong, still, I think the problem resides in the way the macro is formatted and can’t be taken as an argument in the live_constant_add() function
#macro TEXT_FOREST_VESTIGES \
case("example"): \
scrText("example_A_01"); \
scrText("example_A_02"); \
scrText("example_A_03"); \
scrText("example_A_04"); \
scrText("example_A_05"); \
break; \
case("example2"): \
scrText("example_B_01"); \
scrText("example_B_02"); \
scrText("example_B_03"); \
scrText("example_B_04"); \
scrText("example_B_05"); \
break; \