Midas, heres the link to the DNA topic I used.
DNA, Squiggles, Chain, and Corkscrew Change in ConfigIt's a pain in the ass to find because you can't search for DNA and Squigles is spelled diffrently. Anyways all the items are DEF exactly as the DNA topic described so your code didn't do anything for me. I tried using the hide function in the spot you told me and the DNA would fade out, but it wouldn't come back when I returned to the Main Menu.
I can't figure out where I need to add this or something similar to make the DNA reappear when you return to the Main Menu.
CODE
if( sDNAType == "dna" ) { ShowDNA(); }
else if( sDNAType == "squigles" ) { ShowSquigles(); }
else if( sDNAType == "chains" ) { ShowChains(); }
else if( sDNAType == "corkscrews" ) { ShowCorkscrews(); }
else if( sDNAType == "none" ) { HideSquigles(); HideChains(); HideDNA(); HideCorkscrews(); }
else { return; }
So if somebody knows a better way, or the location I need to add this show function to make the DNA reappear please reply. Thanks