DexTool/LivingDexSS.gmx/scripts/trace.gml
2020-02-17 14:15:34 -06:00

4 lines
99 B
Plaintext

///trace(string)
// Outputs a string to the debug console
show_debug_message(string(argument[0]));