Difference between revisions of "PrintToConsole"
Jump to navigation
Jump to search
imported>GhanBuriGhan (Added use.) |
imported>DragoonWraith |
||
Line 7: | Line 7: | ||
[[Category: OBSE Functions]] | [[Category: OBSE Functions]] | ||
[[Category: OBSE Debug Functions]] |
Revision as of 13:51, 3 August 2006
A command for Oblivion Script Extender
Syntax:
PrintToConsole "Message text", [var1], [var2], etc
Prints a formatted string to console. Uses the same syntax as Message and MessageBox. Mainly useful for debugging purposes.