ViV 10 Posted August 24, 2010 Hello :D.. My Briefing won't work!.. I've added execVM "briefing.sqf"; to my init.My briefing looks like this //Notesplayer createDiaryRecord ["Diary", ["Tactical Hints", "You can strike the village from any side."]]; player createDiaryRecord ["Diary", ["Red-Alert", "Good morning gentlemen!<br/><br/>I must inform you about this mission, before we begin. This is a high-risk mission, but we need the town secured so we can get our convoy through. There is no cover except a few wrecks out there so keep you're God-damned head down! We don't want to need caskets for any of you.<br/><br/>Our intels suggests that there is a lot of activity up there, so stay focused. Remember the RoE. There are known to be civilians out there. So watch your fire! But most importantly, watch your team's backs. Understood? Good luck Marine!"]]; player createDiaryRecord ["Diary", ["Support", "No support is currently availble for this mission."]]; player createDiaryRecord ["Diary", ["Mission", "Your mission is to clear out the small village east of the US outpost."]]; player createDiaryRecord ["Diary", ["Overview", "You will be inserted via Black Hawk callsign 'Butterfly' 1 click from the <marker name=Contact">objective area</marker>. You and your team must advance to the small village East of the US outpost, and Eliminate any Opfor resistance you encounter.<br/><br/>The village is an important strongpoint for the US weapon convoy route. Neutralize all enemies at all costs, don't leave the area without having eliminated all hostiles.<br/><br/>The only available support is a fire-support team callsign 'Swordsmen' will be there to assist you during the attack. Once you have cleared out the village, move West to the neutral <marker name="GameOver">green zone</marker>, and wait for 'Butterfly' to pick you up.]]; //Task 2 tskExample2 = player createSimpleTask ["Exfiltrate From Enemy Positions"]; tskExample2 setSimpleTaskDescription ["Exfiltrate from enemy positions, and link up with Butterfly 2-1. Make sure no one follows you. Dont risk the life of Butterfly 2-1's pilots.", "Exfiltrate From Enemy Positions", "Disengange"]; tskExample2 setSimpleTaskDestination (getMarkerPos "GameOver"); //Task 1 tskExample1 = player createSimpleTask ["Neutralize Any Opfor Contact"]; tskExample1 setSimpleTaskDescription ["Advance to the village Hazar Bagh, west of your position and neutralize any opfor contact.", "Neutralize Any Opfor Contact", "Engage at will"]; tskExample1 setSimpleTaskDestination (getMarkerPos "Contact"); player setCurrentTask tskExample1; //Assignment tskExample1 setTaskState "Created"; tskExample1 setTaskState "ASSIGNED"; please help me :) Share this post Link to post Share on other sites
shuko 45 Posted August 24, 2010 <marker name="Contact"> to <marker name='Contact'> etc Share this post Link to post Share on other sites
ViV 10 Posted August 24, 2010 Thanks.. That worked!:) Share this post Link to post Share on other sites
buliwyf 2 Posted August 24, 2010 Why the hell forums do have search functions? And if you try it, you will be able to found topics like this, where you can found evreything about briefings... and there will be community tools to create briefings too... :pc: Share this post Link to post Share on other sites
kylania 546 Posted August 24, 2010 Why the hell forums do have search functions?: To be fair he had the format correct and searching wouldn't have really have easily discovered his " vs ' problem. :) There's quite a few better threads to have tossed the "why didn't you search" rant at. heh :p Share this post Link to post Share on other sites