Quote:
	
	
		
			
				
					Originally Posted by  joefromchicago
					 
				 
				Looks like you have commas after the ethnicity db values in the Names.txt file.  Like this: 
 
Abel,1,1, 
Baker,1,1, 
Charlie,1,1, 
 
You can't do that.  It should look like this: 
 
Abel,1,1 
Baker,1,1 
Charlie,1,1 
			
		 | 
	
	
 Thanks so much Joe.
Those commas resulted because I exported the names files from Microsoft Excel, which automatically put them in.  Now I just to find some way to export without that happening in the final column, or go through manually and delete them.  Here we go.