I have the Robot (Frame) as the base race. What do you think would be best. I started with templates, but I realized you have to buy all the up-grades, etc. So I kind needed something to start with. That's why I went a separated base races (one robot race for each size). 
What do you think?
BTW - the MSRD robots are here - 
http://dmreference.com/MRD/Future/Robots.htm
I also found out the script I have on each race.
	
	
	
		Code:
	
	
		 First 20000
foreach pick in hero from MyGear
        eachpick.field[gSizeMod].value = 4
        nexteach
	 
 
Would add the various value even when I switch race, so it kept adding up. So I kept switch from race to race and the number would get bigger, lol. I just need to add a if statement to each of them. Craziness lol
Well I went back, I reloaded HL, check the Huge Robot race and it's unarmed has added 4 to the value somewhere. In the loop for huge it's =2. Ok, back to square one, uhggg, crazy time....lol
Well, I think I got it, it needs to be gSize not gSizeMod. Ok, I am done for today, time to step away from HL, lol
But I check again, I know, and now the others are wrong. There must be something not balancing in the values. uhg