Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. waitUntil { !isNil {player} };
  2. waitUntil { player == player };
  3.  
  4.  
  5. switch (side player) do
  6. {
  7.  
  8. case WEST: // BLUFOR briefing goes here
  9. {
  10. player createDiaryRecord ["diary", ["Objective", "Destroy all the lorries which are carrying nuclear warheads."]];
  11.  
  12. };
  13.  
  14. case EAST: // OPFOR briefing goes here
  15. {
  16. player createDiaryRecord ["diary", ["Objective", "Do not let the enemy destroy our lorries carrying nuclear warheads "]];
  17. };
  18. };
  19.  
  20. player createDiaryRecord ["diary", ["Mission rules", "1. Alpha 1-1, Alpha 1-2 and Alpha 1-3 OPFOR squads have an ability to select their starting point.<br/>
  21. 2. OPFOR side commander must select a starting point for the lorries. It is forbidden for any lorry to leave the zone encircled by the red marker after selection has been made. An example: <font color='#FF9933'><marker name='m2'>zone</marker></font>.<br/>
  22. 3.It is forbidden to change into enemy uniforms, vests or helmets.<br/>
  23. 4.It is forbidden for engineers to build anything within the zone.<br/>
  24. 5.It is forbidden for anyone to cross the gaming map border.
  25. "]];
  26.  
  27. player createDiaryRecord ["diary", ["Reconnaissance photos", "
  28. <p>Israel Defence Army.</p><br/>
  29. <br/>
  30. <img image='1.jpg'/><br/>
  31. <br/>
  32. <br/>
  33. <p>Armed Forces of the Islamic Republic of Iran.</p><br/>
  34. <br/>
  35. <img image='2.jpg'/><br/>
  36. <br/>
  37. <br/>
  38. <p>A lorry with nuclear warhead.</p><br/>
  39. <br/>
  40. <img image='ustr.jpg'/><br/>
  41. <br/>
  42. "]];
  43.  
  44. player createDiaryRecord ["diary", ["Introduction", "
  45. Year 2030. Israeli reconnaissance troops noticed strangely increased Iranian activity in Takistan region which is near its borders. Additional UAV recon succeeded to spot Iranian lorries carrying experimental nuclear warheads . Israeli rapid reaction forces were immediately moved to Takistan region, as well as Maglan special forces. Current location of that lorries remains unknown, but some locals said, that these lorries were escorted by Iranian Quds forces to the northern part of Takistan.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement