

PS. Gdzieś już chyba coś takiego było, ale nie mogę za japan znaleźć.
Moderatorzy: kondor, Inkwizytor
Kod: Zaznacz cały
class MissionDefault
{
lives = -1;
lost = ;
end1 = ;
end2 = ;
end3 = ;
end4 = ;
end5 = ;
end6 = ;
};
class Campaign
{
name = "Chesty Puller";
firstBattle = Beginning;
class Beginning
{
name = "Chesty Puller";
cutscene = ;
firstMission = 00_intro;
end1 = ;
end2 = ;
end3 = ;
end4 = ;
end5 = ;
end6 = ;
lost = ;
class 00_intro: MissionDefault
{
end1 = 01_beachhead;
lost = 01_beachhead;
template = 00_intro.utes;
};
class 01_beachhead: MissionDefault
{
end1 = 02_forcerecon;
lost = 01_beachhead;
template = 01_beachhead.Chernarus;
};
class 02_forcerecon: MissionDefault
{
end1 = 03_rescue;
lost = 02_forcerecon;
template = 02_forcerecon.Chernarus;
};
class 03_rescue: MissionDefault
{
end1 = 04_loyal;
lost = 03_rescue;
template = 03_rescue.Chernarus;
};
class 04_loyal: MissionDefault
{
end1 = 04a_scope;
end2 = 05_steamroller;
lost = 04_loyal;
template = 04_loyal.Chernarus;
};
class 04a_scope: MissionDefault
{
end1 = 05_steamroller;
end2 = 05_steamroller;
lost = 04a_scope;
template = 04a_scope.Chernarus;
};
class 05_steamroller: MissionDefault
{
end1 = 06_outro;
end2 = 05_steamroller;
lost = 05_steamroller;
template = 05_steamroller.Chernarus;
};
class 06_outro: MissionDefault
{
end1 = ;
end2 = ;
lost = ;
template = 06_outro.Chernarus;
};
};
};