User Tools

Site Tools


arma2:missions:briefing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revision Both sides next revision
arma2:missions:briefing [2009-06-03 04:36]
snakeman created briefing initial page.
arma2:missions:briefing [2009-06-05 22:18]
snakeman added markers and images.
Line 8: Line 8:
  
 An Example briefing: (should actually be renamed to debriefing.html now BIS) An Example briefing: (should actually be renamed to debriefing.html now BIS)
- 
 <code html> <code html>
 <​html>​ <​html>​
Line 78: Line 77:
  
 If you added an empty marker near the objective, and you want a task-marker on there, you use this command. When you select this task as current task, the marker will light up. Make sure you use an existing marker here, cause otherwise it will place the task destination at [0,0]. If you added an empty marker near the objective, and you want a task-marker on there, you use this command. When you select this task as current task, the marker will light up. Make sure you use an existing marker here, cause otherwise it will place the task destination at [0,0].
 +
 +Marker example:
 +<code cpp>
 +<marker name='​obj1'>​Objective 1</​marker>​
 +</​code>​
 +
 +And image example:
 +<code cpp>
 +<img image='​path\mission\filename.paa'>​
 +</​code>​
  
 I suggest you put these commands in a file called briefing.sqf so you keep your other files clean, and then in your init.sqf write execVM "​briefing.sqf"​ I suggest you put these commands in a file called briefing.sqf so you keep your other files clean, and then in your init.sqf write execVM "​briefing.sqf"​
arma2/missions/briefing.txt · Last modified: 2015-07-13 07:59 by snakeman