Hi! I would like to know what is problem with these? Except bad english
I've modified these from my other mission which is working and now the problem is that I can't see tasks or notes in my latest mission. Any ideas?
briefing.sqf
player createDiaryRecord ["Diary", ["Red Rebellion", "Chernarussian Red Star Movement fallen couple of years ago.
Now we have to kick their red communist asses once again.
This neo-movement is calling it self as Chernarussian Liberation Army or just CLA.
These forces are better equipped than their former reds, whom were called "Chedakis".
We have a strong enemy up northern Chernarus, that we need to defeat now,
before they're getting any stronger! We are responding as fast as we can.
That's why we've sent conscripts from nearby military bases, to make first effects
against aggressors. Reserve platoons will help for every offensive, after they're ready to strike."]];
tskobj_2 = player createSimpleTask["Hold"];
tskobj_2 setSimpleTaskDescription ["It's obvious, that CLA will try to take Shakovka back
with counterattack. Hold your positions and repel all possible strikes!", "Hold", "Shakovka"];
tskobj_1 = player createSimpleTask["Seize"];
tskobj_1 setSimpleTaskDescription ["Village of Shakovka is under CLA forces.
Seize village of <marker name='seize'>Shakovka.</marker> and whipe out all hostiles.", "Seize", "Shakovka"];
init.sqf
execVM "briefing.sqf";
description.ext
class Shakovka
{
gameType = Single;
};
onLoadMission = "Shakovka"
OnLoadMissionTime = FALSE;
Thanks for your help!