TR_Woody

Untitled

Jul 3rd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. if (_westCasualty >= 70) exitWith {
  2.  
  3. "Greek FAILIURE<br />Greek forces have retreated due to casualties." call FNC_EndMission;
  4.  
  5. };
  6.  
  7. if (_eastCasualty >= 100) exitWith {
  8.  
  9. "Greek VICTORY<br />All Hostiles Eliminated!" call FNC_EndMission;
  10.  
  11. };
  12.  
  13. if ((!alive doc1) && (!alive doc2) && (!alive doc3)) exitWith {
  14.  
  15. "Mission Accomplished!<br />All documents retrieved!" call FNC_EndMission;
  16.  
  17. };
Add Comment
Please, Sign In to add comment