Okay !
So I understand this is notmally a writting script but is ussed for a .paa on the moment.
Still I need to know how to add more .paa's
I want atleast 3
mission,MadKiller,lol
If I do it I get errors all the time ?
Don't know what I'm doing wrong ?
Problem is also I'm dislectic as hell so that doesn't help.
This is what I got !
Code:
class RscTitles
{
titles[] = {"mission","madkiller", "lol"};
class mission {
idd = -1;
movingEnable = 0;
duration = 10;
fadein = 2;
fadeout = 2;
name="mission";
controls[]={"Picture"};
class Picture {
x=0.0; y=0.0; w=1.0; h=1.0;
text="mission.paa";
sizeEx = -1;
type=0;
idc=-1;
style=48;
colorBackground[]={0,0,0,0};
colorText[]={1,1,1,1};
font="Bitstream";
};
{
class madkiller {
idd = -1;
movingEnable = 0;
duration = 10;
fadein = 2;
fadeout = 2;
name="madkiller";
controls[]={"Picture"};
class Picture {
x=0.0; y=0.0; w=1.0; h=1.0;
text="madkiller.paa";
sizeEx = -1;
type=0;
idc=-1;
style=48;
colorBackground[]={0,0,0,0};
colorText[]={1,1,1,1};
font="Bitstream";
};
{
class lol {
idd = -1;
movingEnable = 0;
duration = 10;
fadein = 2;
fadeout = 2;
name="lol";
controls[]={"Picture"};
class Picture {
x=0.0; y=0.0; w=1.0; h=1.0;
text="lol.paa";
sizeEx = -1;
type=0;
idc=-1;
style=48;
colorBackground[]={0,0,0,0};
colorText[]={1,1,1,1};
font="Bitstream";
};
};
};