Code: Select all
- New: Added ConsolePrint(), ConsolePrintNR(), and ConsolePrompt(); these do the very same thing as
DebugPrint(), DebugPrintNR(), and DebugPrompt() except that they'll always work, i.e. even if
"EnableDebug" is set to FALSE (which happens automatically when compiling scripts unless you set it
explicitly to TRUE)