Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. waitUntil{(mission_AI_controller)};
  2.  
  3. if ("spawn_ai" in usedPlugins) then { waitUntil{(!isNil "BRM_SpawnAI_fnc_infantry")};
  4.  
  5. _objectives = [
  6.     [castlerein, "castle1", "castle2", "castle3"],
  7.     [strelarein, "strela", "strela_2", "strela_3"],
  8.     [okezrein, "okez", "okez_2", "okez_3"],
  9.     [fcprein, "fcp", "fcp_1", "fcp_1"];
  10. ];
  11.  
  12. {
  13.     _x spawn {     
  14.         waitUntil{(this select 0)};
  15.        
  16.         [EAST, "VDV", 0, 2, 2, 0.7, "AWARE", "YELLOW", "PATROL", ["RHS_Mi8mt_vdv"], true, [this select 1], [this select 2], [this select 3], [200,100,50]] spawn BRM_SpawnAI_fnc_infantry;             
  17.     }  
  18. } forEach _objectives;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement