View Single Post
Old 07-29-2011, 06:19 PM   #5
joefromchicago
Hall Of Famer
 
joefromchicago's Avatar
 
Join Date: Jun 2011
Posts: 3,707
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
joefromchicago is offline   Reply With Quote