stock NameWithoutUnderscore( _name[ ] ){ for( new i, l = strlen( _name ); i != l; i++ ) if( _name[ i ] == '_' ) _name[ i ] = ' '; return _name;}
NameWithoutUnderscore( HouseInfo[ h ][ hOwner ] )