int _DEBUG = FALSE; void Debug( string s ) { if( _DEBUG ) { s = GetName( OBJECT_SELF ) + ": " + s; SendMessageToPC( GetFirstPC(), s ); } }