-LordZer00- Ok guys, It works, and it works well. Just Cut the Datablocks for each of your armors out of the player.cs, and put them into a new folder (yourMod\Scripts\Armors) in the main scripts folder.. Man.. Makes it so much easier to Balance the armors.. then, add these exec lines into the player.cs in the place of those armor datablocks. (yourarmor1 = the name of your armor, hehe, duh) exec("scripts/armors/YourArmor1.cs"); exec("scripts/armors/YourArmor2.cs"); exec("scripts/armors/YourArmor3.cs"); exec("scripts/armors/YourArmor4.cs");