| 
				 Name modding question 
  With the Epic Hero Mod in the works, I will need to have several unique names for various heroes. With Beowulf, that was easy, i used one of the 2 custom nametype numbers to achieve that(127).
 #selectnametype 127
 #addname "Beowulf"
 #end
 
 I made a 2nd unique hero and used the nametype number 128 and it worked. But I used 149 and it did not work. The modding manual says you can use the 2 custom nametype files(127, 128, or the high unused numbers(141-149).
 
 So if i want a unique name for every hero of the MA, how can that be achieved?
 
				__________________"War is an art and as such is not susceptible of explanation by fixed formula."
 - General George Patton Jr.
 |