antjam
-
Content Count
2 -
Joined
-
Last visited
-
Medals
Posts posted by antjam
-
-
For anyone who wishes to add a new type of entry to their briefing try....
index = player createDiarySubject ["Intel","Intel"];
this will create a new entry...then use
player createDiaryRecord ["Intel", ["heading", "some useful info you dont want under Diary"]];
all in your briefing.sqf
marker names and briefing.sqf
in ARMA 2 & OA : MISSIONS - Editing & Scripting
Posted
Firstly
player setCurrentTask area1;
should be-
player setCurrentTask tskarea1; (as you named it in the setSimpleTaskDescription)
Secondly and not so important the setCurrentTask command is only needed for the Task you wish the player to start the game with as his active mission, therefore only 1 is needed -
(ie player setCurrentTask tskarea1; will start the game with "Destroy the radar" as the current objective , HUD markers etc)
Hope this helps