The whole thing works perfectly apart from the thin, straggly white line above "Punch macguba in the face". Pic attached.
class dead
{
   name = "dead";
   duration = 71;
   idd = -1;
   movingEnable = false;
   controls[]={name1,name2,name3,name4,name5,name6};
        Â
   class name1 : RscText
   {
   style = ST_MULTI + ST_CENTER + ST_NO_RECT;
   lineSpacing = 1.0;
   text = "You are dead.";
   x = 0.2;
y = 0.02;
w = 0.6;
h = 0.1;
   colorText[] = {1, 0, 0, 1};
   font="SteelfishB128";
   size = 1;
   };
   class name2 : RscText
   {
   style = ST_MULTI + ST_CENTER + ST_NO_RECT;
   lineSpacing = 1.0;
   text = "'I told you it was difficult.'";
   x = 0;
y = 0.78;
w = 0.6;
h = 0.12;
   colorText[] = {1, 1, 1, 1};
font="SteelfishB128";
   size = 0.45;
   };
  Â
class name3 : RscText
   {
   style = ST_MULTI + ST_CENTER + ST_NO_RECT;
   lineSpacing = 1.0;
   text = "macguba";
   x = 0.65;
y = 0.83;
w = 0.3;
h = 0.05;
   colorText[] = {1, 1, 1, 1};
font="SteelfishB128";
   size = 0.45;
   };  Â
   class name4 : RscText
   {
   style = ST_MULTI + ST_CENTER + ST_NO_RECT;
   lineSpacing = 1.0;
   text = "Cry";
   x = 0.47;
y = 0.91;
w = 0.6;
h = 0.1;
   colorText[] = {1, 1, 1, 1};
font="SteelfishB128";
   size = 0.6;
   };
   class name5 : RscText
   {
   style = ST_MULTI + ST_CENTER + ST_NO_RECT;
   lineSpacing = 1.0;
   text = "Laugh";
   x = 0.6;
y = 0.91;
w = 0.6;
h = 0.1;
   colorText[] = {1, 1, 1, 1};
font="SteelfishB128";
   size = 0.6;
   };
   class name6 : RscText
   {
   style = ST_MULTI + ST_CENTER + ST_NO_RECT + ST_SHADOW;
   lineSpacing = 1.0;
   text = "Punch macguba in the face";
   x = -0.1;
y = 0.92;
w = 0.6;
h = 0.2;
   colorText[] = {1, 1, 1, 1};
font="SteelfishB128";
   size = 0.5;
   };
};