ReportWriteString

// A constant string to to report 0 (the default)
ReportWriteString( "Example string" );

// An Opus variable to report 1
ReportWriteString( SYSTEM_DATE_FULL, 1 );

// Compound string to report 0
ReportWriteString( UserName + "'s score was " + UserScore, 0 );

Close