PrintToConsole
Revision as of 14:16, 4 September 2007 by imported>DragoonWraith (PrintC alias)
A command for Oblivion Script Extender
Syntax:
PrintToConsole "Message text", [var1], [var2], etc PrintC "Message text", [var1], [var2], etc
Prints a formatted string to console. Uses the same syntax as Message and MessageBox. Mainly useful for debugging purposes.
Notes
- PrintC is an alias for this function.
- This function works in conjunction with the console function ToggleDebugText. When PrintToConsole is called while TDT is active, console messages will be visible during normal gameplay. Useful for debugging when a lot of messages need to be displayed.