Okay the problem was, that I didn't put it too in Description data base.. That solved a one problem but now I have more annoying problem..
So I have all things in shape and correctly written in Descritpion.ext, but when Im trying to take a look on my mission it gives me this kind of a message:
Users\"username"\missions\Intro.FDF_eastborder_w\description.ext/RscTitles.titles: 'c' encountered instead of ';'
I made my descritpion data base exactly just like in the BisWiki site.. And here's my Desritpion.ext:
requiredVersion = 1.91
class RscTitles
{
titles[] = {Suomitaist}
class Suomitaist
{
idd = -1;
movingEnable = false;
duration = 3;
fadein = 0;
name = "Suomitaist";
controls[] = {"image1"};
class Suomitaist: RscPicture
{
x = 0;
y = 0;
w = 1;
h = 1;
text = "Suomitaist.jpg";
};
};
Somebody know answer to this?