A high-end localization system for GameMaker! 路 By
As per documentation, text is auto-extracted if it is a constant string or an expression that evaluates to a constant string.
So if you want to store text in a variable before passing it elsewhere, you鈥檇 indeed want to do
var LOC = cmn_loc_get_func("...");
label = LOC("Isn't it time you come clean?");