Difference between revisions of "PrintToConsole"
Jump to navigation
Jump to search
no edit summary
imported>Haama (Note on other console messages) |
imported>WereWolf |
||
Line 3: | Line 3: | ||
'''Syntax:''' | '''Syntax:''' | ||
PrintToConsole "Message text", [var1], [var2], etc | PrintToConsole "Message text", [var1], [var2], etc | ||
PrintC "Message text", [var1], [var2], etc | PrintC "Message text", [var1], [var2], etc | ||
Line 12: | Line 13: | ||
* [[GetInventoryObject]] and [[GetNumItems]] will also return messages to the console (1 message for each item). As the number of console lines is limited, use caution with these and PrintToConsole. | * [[GetInventoryObject]] and [[GetNumItems]] will also return messages to the console (1 message for each item). As the number of console lines is limited, use caution with these and PrintToConsole. | ||
[[Category: OBSE Functions]] | <!--[[Category: OBSE Functions]] | ||
[[Category: OBSE Debug Functions]] | [[Category: OBSE Debug Functions]]--> | ||
[[Category: Functions]] | |||
[[Category: Functions (OBSE)]] | |||
[[Category: Debug Functions]] | |||
[[Category: Debug Functions (OBSE)]] |