/// Prepares a text to be used for maptext. Use this so it doesn't look hideous. #define MAPTEXT(text) {"[##text]"} /// Macro from Lummox used to get height from a MeasureText proc #define WXH_TO_HEIGHT(x) text2num(copytext(x, findtextEx(x, "x") + 1))