Advertisement
Spookygnu

smoke script

Aug 25th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. _hawk = _this select 0;
  2.  
  3. Flare1 = "Smokeshell" createVehicle position _hawk;
  4. Flare2 = "Smokeshell" createVehicle position _hawk;
  5. Flare3 = "Smokeshell" createVehicle position _hawk;
  6. Flare4 = "Smokeshell" createVehicle position _hawk;
  7. Flare5 = "Smokeshell" createVehicle position _hawk;
  8.  
  9. sleep 0.5
  10.  
  11. Flare6 = "Smokeshell" createVehicle position _hawk;
  12. Flare7 = "Smokeshell" createVehicle position _hawk;
  13. Flare8 = "Smokeshell" createVehicle position _hawk;
  14. Flare9 = "Smokeshell" createVehicle position _hawk;
  15. Flare10 = "Smokeshell" createVehicle position _hawk;
  16.  
  17. sleep 0.5
  18.  
  19. Flare11 = "Smokeshell" createVehicle position _hawk;
  20. Flare12 = "Smokeshell" createVehicle position _hawk;
  21. Flare13 = "Smokeshell" createVehicle position _hawk;
  22. Flare14 = "Smokeshell" createVehicle position _hawk;
  23. Flare15 = "Smokeshell" createVehicle position _hawk;
  24.  
  25. sleep 0.5
  26.  
  27. Flare16 = "Smokeshell" createVehicle position _hawk;
  28. Flare17 = "Smokeshell" createVehicle position _hawk;
  29. Flare18 = "Smokeshell" createVehicle position _hawk;
  30. Flare19 = "Smokeshell" createVehicle position _hawk;
  31. Flare20 = "Smokeshell" createVehicle position _hawk;
  32.  
  33.  
  34.  
  35. Flare1 attachTo [_hawk,[0,0,0]];
  36. Flare2 attachTo [_hawk,[0,-0.5,0]];
  37. Flare3 attachTo [_hawk,[0,-1,0]];
  38. Flare4 attachTo [_hawk,[0,-1.5,0]];
  39. Flare5 attachTo [_hawk,[0,-2,0]];
  40.  
  41. Flare6 attachTo [_hawk,[0,-2.5,0]];
  42. Flare7 attachTo [_hawk,[0,-3,0]];
  43. Flare8 attachTo [_hawk,[0,-3.5,0]];
  44. Flare9 attachTo [_hawk,[0,-4,0]];
  45. Flare10 attachTo [_hawk,[0,-4.5,0]];
  46.  
  47. Flare11 attachTo [_hawk,[0,-5,0]];
  48. Flare12 attachTo [_hawk,[0,-5.5,0]];
  49. Flare13 attachTo [_hawk,[0,-6,0]];
  50. Flare14 attachTo [_hawk,[0,-6.5,0]];
  51. Flare15 attachTo [_hawk,[0,-7,0]];
  52.  
  53. Flare16 attachTo [_hawk,[0,-7.5,0]];
  54. Flare17 attachTo [_hawk,[0,-8,0]];
  55. Flare18 attachTo [_hawk,[0,-8.5,0]];
  56. Flare19 attachTo [_hawk,[0,-9,0]];
  57. Flare20 attachTo [_hawk,[0,-9.5,0]];
  58.  
  59. _hawk removeAction white;
  60. _hawk removeAction red;
  61. _hawk removeAction blue;
  62.  
  63.  
  64.  
  65. turnoff = _hawk addaction ["Turnoff","Turnoff.sqs"];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement