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