| 
				 Re: Out of memory: too many Mymallocs 
 Adding to my previous comment; my mod is basically of the form:
 
 
 #selectnametype 100
 #addname "bunch of names A to Z"
 #end
 
 #selectnametype 101
 #addname "bunch of names A to Z"
 #end
 
 ....
 
 #selectnametype 150
 #addname "bunch of names A to Z"
 #end
 
 This is the correct format, right?
 |