Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. //Written by kassared
  2. //Briefing file
  3.  
  4.  
  5. _notes = player createDiaryRecord ["Diary",["Mission Notes","
  6. GENERAL NOTES
  7. <br/><br/>
  8. Co-op by KassaReD for United Operations
  9. <br/><br/>
  10. OK Gentlemen, the russians did it again. Enemys have secured a former military airfield and are now trying to invade the island which was under US control.
  11. <br/><br/>
  12. After several mortar strikes days before on the airfield we recieved orders from HQ to infiltrate the Airfield and destroy high valuable assets which the russians need to
  13. <br/><br/>
  14. continue the invasion and to defend themselves against air strikes. You're job is to destroy the Anti-Air Radar and the supply crates which where brought in by air several hours ago.
  15. <br/><br/>
  16. Air reconnaissance show's that the enemy has patrols inside and around the airfield. Reconnaissance also showed that the enemy has 2 AA sites at each end of the runway.
  17. <br/><br/>
  18. Enemy has fortified themselves behind static weapons and sandbags.
  19. <br/><br/>
  20. CREDITS
  21. <br/>
  22. ZZeZ for helping me and giving me tips on my first mission; Krause on providing scripts and templates.
  23. <br/>
  24. "]];
  25.  
  26. switch (faction player) do
  27. {
  28. case "USMC":
  29. {
  30. _commandsignals = player createDiaryRecord ["Diary",["Command and Signals","
  31. Each trooper has a SR 343, SL's and HQ have a LR 148 <br/><br/>
  32. Callsigns 343
  33. <br/>
  34. 1 - Blitz 1'1
  35. <br/>
  36. 2 - Blitz 1'2
  37. <br/>
  38. 3 - Blitz 1'3
  39. <br/>
  40. <br/><br/>
  41. Callsigns LR 148
  42. <br/>
  43. Blitz 1'1, 1'2 and 1'3 - 1
  44. <br/>
  45. Command - 2
  46. "]];
  47.  
  48. _service = player createDiaryRecord ["Diary",["Service Support","
  49. Your team consists of 1x Stryker RV, 1x M2 HMMWV, 1x HQ HMMWV and 3 light infantry teams
  50. "]];
  51.  
  52. _execution = player createDiaryRecord ["Diary",["Execution","
  53. Move out and Destroy the enemy Anti-Air Radar *OBJ 1* and the supply crates *OBJ 2*
  54. "]];
  55.  
  56. _situation = player createDiaryRecord ["Diary",["Enemy Situation","
  57. Approx. 50 INF defending and patrolling the Airfield, 2 x ZSU AA which is also guarded by INF, Static weapons and entranchments.
  58. "]];
  59. };
  60. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement