CODE
//LoadBGMeshValues();
replace with
CODE
LoadBGMeshValues();
should appear twice once under ms menu and once under rezn8 menu
then find
CODE
function LoadBGMeshValues()
underneath that you should see
CODE
else if (theDNA == "off")
add this underneath
CODE
{
c.DNA1_Mesh.url = "off.xm";
c.DNA3_Mesh.url = "off.xm";
c.DNA5_Mesh.url = "off.xm";
c.theDNA1.SetAlpha(DNAAlpha);
c.theDNA3.SetAlpha(DNAAlpha);
c.theDNA5.SetAlpha(DNAAlpha);
}
c.DNA1_Mesh.url = "off.xm";
c.DNA3_Mesh.url = "off.xm";
c.DNA5_Mesh.url = "off.xm";
c.theDNA1.SetAlpha(DNAAlpha);
c.theDNA3.SetAlpha(DNAAlpha);
c.theDNA5.SetAlpha(DNAAlpha);
}
there you go