To change the colour add this line to the "class text":
colorText[] = {0, 0, 0, 1};
Red, Green, Yellow, Brightness i think.
So it should look like this:
class Text : RscText
{
idc=303;
x=0.300000;
y=0.180000;
w=0.400000;
colorText[] = {0, 0, 0, 1};
text="Get NPD!
"
};
As for the multiple text's, BIS done them seperately. All it takes is for you to add more of the classes listed above, then add their names into the "controls[]=" part.
If you need more help, ask away.
8)PEACE