Advertisement
Guest User

SaOk

a guest
Feb 3rd, 2013
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. while {true} do {
  2. sleep (300+(random 700));
  3. VarPG = [2,3,4,5] call BIS_fnc_selectRandom;
  4. VarArty = (random 1);
  5. EVEHMAX = [2,3,4] call BIS_fnc_selectRandom;
  6. FVEHMAX = [0,1,2,3] call BIS_fnc_selectRandom;
  7. FINFMAX = [1,2,3,4] call BIS_fnc_selectRandom;
  8. VarReUnits = 5 + (random 5);
  9. VarReEnemies = 5 + (random 15);
  10. VarTRChop = [true,true,false,false] call BIS_fnc_selectRandom;
  11. VarAIR = [true,true,false,false] call BIS_fnc_selectRandom;
  12. VarAIRF = [true,true,false,false] call BIS_fnc_selectRandom;
  13. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement