Originally posted by wfghackz
Hey guys, I was Wondering how to change the glow colour when you go over text in your menu on, DT BlackRain??????
WTF.color =
((255/255),(0/255),(0/255));WTF fadeOverTime(.2);wait .1;
WTF.color =
((255/255),(153/255),(0/255));WTF fadeOverTime(.2);wait .1;
WTF.color =
((255/255),(255/255),(0/255));WTF fadeOverTime(.2);wait .1;
WTF.color =
((153/255),(255/255),(0/255));WTF fadeOverTime(.2);wait .1;
WTF.color =
((0/255),(255/255),(0/255));WTF fadeOverTime(.2);wait .1;
WTF.color =
((0/255),(0/255),(255/255));WTF fadeOverTime(.2);wait .1;
WTF.color =
((0/255),(0/255),(127/255));WTF fadeovertime(.2);wait .1;
Change the red things, they are in the ZOMFGWTF gsc. Wrong section btw.