Open_Airbase_Gate.sqf 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. [Airbase_Gate_1, true] remoteExec ["hideObjectGlobal", 2];
  2. [Airbase_Gate_2, false] remoteExec ["hideObjectGlobal", 2];
  3. sleep 2;
  4. [Airbase_Gate_2, true] remoteExec ["hideObjectGlobal", 2];
  5. [Airbase_Gate_3, false] remoteExec ["hideObjectGlobal", 2];
  6. sleep 2;
  7. [Airbase_Gate_3, true] remoteExec ["hideObjectGlobal", 2];
  8. [Airbase_Gate_4, false] remoteExec ["hideObjectGlobal", 2];
  9. sleep 2;
  10. [Airbase_Gate_4, true] remoteExec ["hideObjectGlobal", 2];
  11. [Airbase_Gate_5, false] remoteExec ["hideObjectGlobal", 2];
  12. sleep 2;
  13. [Airbase_Gate_5, true] remoteExec ["hideObjectGlobal", 2];
  14. [Airbase_Gate_6, false] remoteExec ["hideObjectGlobal", 2];
  15. sleep 2;
  16. [Airbase_Gate_6, true] remoteExec ["hideObjectGlobal", 2];
  17. [Airbase_Gate_7, false] remoteExec ["hideObjectGlobal", 2];
  18. sleep 2;
  19. [Airbase_Gate_7, true] remoteExec ["hideObjectGlobal", 2];
  20. [Airbase_Gate_8, false] remoteExec ["hideObjectGlobal", 2];
  21. sleep 2;
  22. [Airbase_Gate_8, true] remoteExec ["hideObjectGlobal", 2];
  23. [Airbase_Gate_9, false] remoteExec ["hideObjectGlobal", 2];
  24. sleep 2;
  25. [Airbase_Gate_9, true] remoteExec ["hideObjectGlobal", 2];
  26. [Airbase_Gate_10, false] remoteExec ["hideObjectGlobal", 2];
  27. sleep 2;
  28. [Airbase_Gate_10, true] remoteExec ["hideObjectGlobal", 2];
  29. [Airbase_Gate_11, false] remoteExec ["hideObjectGlobal", 2];
  30. sleep 2;
  31. [Airbase_Gate_11, true] remoteExec ["hideObjectGlobal", 2];
  32. [Airbase_Gate_12, false] remoteExec ["hideObjectGlobal", 2];
  33. sleep 2;
  34. [Airbase_Gate_12, true] remoteExec ["hideObjectGlobal", 2];
  35. [Airbase_Gate_13, false] remoteExec ["hideObjectGlobal", 2];
  36. sleep 2;
  37. [Airbase_Gate_13, true] remoteExec ["hideObjectGlobal", 2];
  38. [Airbase_Gate_14, false] remoteExec ["hideObjectGlobal", 2];