First post as you can see!
I know this has probably been done before (and yes I read this) but I think this is kinda unique for everyone.
I have been playing Arma 2 for quite some time now (I also just bought Arrow Head a few days ago). I would make basic missions without a briefing, and play them out. I thought it to be quite fun, but now I would like to get a bit more... professional. For the past *checks computers time* 3 hours I have been looking a tutorials to make a briefing.
Here is mine:
player createDiaryRecord ["Diary", ["Basics", "You are equiped with standered CZ weaponry. You are ordered to
assault Shahbaz, and the area around, killing all goverment loyalists. Try to avoid civilian casualties."]];
tskobj_3 = player createSimpleTask["Set up outpost North"];
tskobj_3 setSimpleTaskDescription ["Go North to a neerby village and set up camp.", "Set up outpost North",
"Set up outpost North"];
tskobj_3 setSimpleTaskDestination (getMarkerPos "12");
tskobj_2 = player createSimpleTask["Help you allies assault east of Shahbaz"];
tskobj_2 setSimpleTaskDescription ["Walk roughly one click east and give support if needed.", "Help you allies
assault east of Shahbaz", "Allied Support"];
tskobj_2 setSimpleTaskDestination (getMarkerPos "4_1");
tskobj_1 = player createSimpleTask["Assist your Leader in assualting Shahbaz"];
tskobj_1 setSimpleTaskDescription ["Ride to an outpost VIA Little Bird, ride a Millitary Offroad to Shahbaz,
and eliminate all hostiles.", "Assist your Leader in assualting Shahbaz", "Shahbaz Assualt"];
tskobj_1 setSimpleTaskDestination (getMarkerPos "4");
I made this from scratch with no briefing manager, and I know this is probably very basic, but that's why I posted this. What I'm looking for is pointers from you guys. Anything really, advice on how to make it neater, additional things to include...