Jump to content

antjam

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About antjam

  • Rank
    Newbie
  1. 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
  2. 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
×