Close_Gate_13.sqf 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. [Gate_13_13, false] remoteExec ["hideObjectGlobal", 2];
  2. [Gate_13_14, true] remoteExec ["hideObjectGlobal", 2];
  3. sleep 2;
  4. [Gate_13_12, false] remoteExec ["hideObjectGlobal", 2];
  5. [Gate_13_13, true] remoteExec ["hideObjectGlobal", 2];
  6. sleep 2;
  7. [Gate_13_11, false] remoteExec ["hideObjectGlobal", 2];
  8. [Gate_13_12, true] remoteExec ["hideObjectGlobal", 2];
  9. sleep 2;
  10. [Gate_13_10, false] remoteExec ["hideObjectGlobal", 2];
  11. [Gate_13_11, true] remoteExec ["hideObjectGlobal", 2];
  12. sleep 2;
  13. [Gate_13_9, false] remoteExec ["hideObjectGlobal", 2];
  14. [Gate_13_10, true] remoteExec ["hideObjectGlobal", 2];
  15. sleep 2;
  16. [Gate_13_8, false] remoteExec ["hideObjectGlobal", 2];
  17. [Gate_13_9, true] remoteExec ["hideObjectGlobal", 2];
  18. sleep 2;
  19. [Gate_13_7, false] remoteExec ["hideObjectGlobal", 2];
  20. [Gate_13_8, true] remoteExec ["hideObjectGlobal", 2];
  21. sleep 2;
  22. [Gate_13_6, false] remoteExec ["hideObjectGlobal", 2];
  23. [Gate_13_7, true] remoteExec ["hideObjectGlobal", 2];
  24. sleep 2;
  25. [Gate_13_5, false] remoteExec ["hideObjectGlobal", 2];
  26. [Gate_13_6, true] remoteExec ["hideObjectGlobal", 2];
  27. sleep 2;
  28. [Gate_13_4, false] remoteExec ["hideObjectGlobal", 2];
  29. [Gate_13_5, true] remoteExec ["hideObjectGlobal", 2];
  30. sleep 2;
  31. [Gate_13_3, false] remoteExec ["hideObjectGlobal", 2];
  32. [Gate_13_4, true] remoteExec ["hideObjectGlobal", 2];
  33. sleep 2;
  34. [Gate_13_2, false] remoteExec ["hideObjectGlobal", 2];
  35. [Gate_13_3, true] remoteExec ["hideObjectGlobal", 2];
  36. sleep 2;
  37. [Gate_13_1, false] remoteExec ["hideObjectGlobal", 2];
  38. [Gate_13_2, true] remoteExec ["hideObjectGlobal", 2];