This is how I do it, put these commands in your description.ext:
class RscTitles
{
titles[]={starttext1,starttext2};
class starttext1
{
idd=-1;
movingEnable=0;
duration=17;
fadein=2;
fadeout=2;
name="starttext1";
controls[]={"Screen"};
class Screen : RscStdText
{
style=48;
text="your_paanamehere.paa";
colorBackground[]={0,0,0,1};
// across screen
x=0;
// up screen
y=0;
// pic width
w=1;
// pic height
h=1;
};
};
BTW, credit for the above ggoes to rfox7, when you find something that works, shamelessly use it yourself!