1. //Briefing example used in a video tutorial by Feuerex;
  2. //It's best to use init.sqf, but any script will do. Just make sure to launch it.;
  3. player createDiaryRecord["Diary", ["Title", "Description"]];
  4. player createDiaryRecord["Diary", ["Title", "You can skip to a new line by using <br/>.
  5. Also you can add images, but don't forget to add the image to your mission folder first.
  6. <img image='imagename.jpg' width='256' height='256'/>"]];
  7. player createDiaryRecord["Diary", ["Gear", "Standard equipment.
  8. With all the fighting around, there is little chance of any support."]];
  9. player creatediarysubject ["weather","Weather"];
  10. player createDiaryRecord["weather", ["info", "the weather is nice."]];