Difference between revisions of "PrintToConsole"
Jump to navigation
Jump to search
imported>DragoonWraith (creating) |
imported>GhanBuriGhan (Added use.) |
||
Line 4: | Line 4: | ||
PrintToConsole "Message text", [var1], [var2], etc | PrintToConsole "Message text", [var1], [var2], etc | ||
Prints a formatted string to console. Uses the same syntax as [[Message]] and [[MessageBox]]. | Prints a formatted string to console. Uses the same syntax as [[Message]] and [[MessageBox]]. Mainly useful for debugging purposes. | ||
[[Category: OBSE Functions]] | [[Category: OBSE Functions]] |
Revision as of 11:18, 2 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.