Open_Gate_9.sqf 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. [Gate_9_1, true] remoteExec ["hideObjectGlobal", 2];
  2. [Gate_9_2, false] remoteExec ["hideObjectGlobal", 2];
  3. sleep 2;
  4. [Gate_9_2, true] remoteExec ["hideObjectGlobal", 2];
  5. [Gate_9_3, false] remoteExec ["hideObjectGlobal", 2];
  6. sleep 2;
  7. [Gate_9_3, true] remoteExec ["hideObjectGlobal", 2];
  8. [Gate_9_4, false] remoteExec ["hideObjectGlobal", 2];
  9. sleep 2;
  10. [Gate_9_4, true] remoteExec ["hideObjectGlobal", 2];
  11. [Gate_9_5, false] remoteExec ["hideObjectGlobal", 2];
  12. sleep 2;
  13. [Gate_9_5, true] remoteExec ["hideObjectGlobal", 2];
  14. [Gate_9_6, false] remoteExec ["hideObjectGlobal", 2];
  15. sleep 2;
  16. [Gate_9_6, true] remoteExec ["hideObjectGlobal", 2];
  17. [Gate_9_7, false] remoteExec ["hideObjectGlobal", 2];
  18. sleep 2;
  19. [Gate_9_7, true] remoteExec ["hideObjectGlobal", 2];
  20. [Gate_9_8, false] remoteExec ["hideObjectGlobal", 2];
  21. sleep 2;
  22. [Gate_9_8, true] remoteExec ["hideObjectGlobal", 2];
  23. [Gate_9_9, false] remoteExec ["hideObjectGlobal", 2];
  24. sleep 2;
  25. [Gate_9_9, true] remoteExec ["hideObjectGlobal", 2];
  26. [Gate_9_10, false] remoteExec ["hideObjectGlobal", 2];
  27. sleep 2;
  28. [Gate_9_10, true] remoteExec ["hideObjectGlobal", 2];
  29. [Gate_9_11, false] remoteExec ["hideObjectGlobal", 2];
  30. sleep 2;
  31. [Gate_9_11, true] remoteExec ["hideObjectGlobal", 2];
  32. [Gate_9_12, false] remoteExec ["hideObjectGlobal", 2];
  33. sleep 2;
  34. [Gate_9_12, true] remoteExec ["hideObjectGlobal", 2];
  35. [Gate_9_13, false] remoteExec ["hideObjectGlobal", 2];
  36. sleep 2;
  37. [Gate_9_13, true] remoteExec ["hideObjectGlobal", 2];
  38. [Gate_9_14, false] remoteExec ["hideObjectGlobal", 2];