Page 2 of 2

Re: System console output

Posted: Tue Dec 11, 2018 8:54 pm
by airsoftsoftwair

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)