Advertisement
Stewox

Shorten These Loop - SC2 Scripts

Sep 5th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. Zergling1_P1
  2. Events
  3. Unit - Any Unit dies
  4. Local Variables
  5. Conditions
  6. (Owner of (Triggering unit)) == 1
  7. (Unit type of (Triggering unit)) == Zergling
  8. Actions
  9. UI - Display (Name of (Unit type of (Triggering unit))) for (Enemies of player 2) to Subtitle area
  10. Trigger - Turn (Current trigger) Off
  11. General - Wait 0.1 Game Time seconds
  12. Trigger - Turn Zergling2_P1 On
  13.  
  14.  
  15. -----------------------------------------------------------
  16.  
  17. Zergling2_P1
  18. Events
  19. Unit - Any Unit dies
  20. Local Variables
  21. Conditions
  22. (Owner of (Triggering unit)) == 1
  23. (Unit type of (Triggering unit)) == Zergling
  24. Actions
  25. UI - Display (Name of (Unit type of (Triggering unit))) for (Enemies of player 2) to Subtitle area
  26. Trigger - Turn (Current trigger) Off
  27. General - Wait 0.1 Game Time seconds
  28. Trigger - Turn Zergling3_P1 On
  29.  
  30. -----------------------------------------------------------
  31.  
  32. Zergling3_P1
  33. Events
  34. Unit - Any Unit dies
  35. Local Variables
  36. Conditions
  37. (Owner of (Triggering unit)) == 1
  38. (Unit type of (Triggering unit)) == Zergling
  39. Actions
  40. UI - Display (Name of (Unit type of (Triggering unit))) for (Enemies of player 2) to Subtitle area
  41. Trigger - Turn (Current trigger) Off
  42. General - Wait 0.1 Game Time seconds
  43. Trigger - Turn Zergling4_P1 On
  44.  
  45.  
  46. -------------------------------------------------------------
  47.  
  48. Zergling4_P1
  49. Events
  50. Unit - Any Unit dies
  51. Local Variables
  52. Conditions
  53. (Owner of (Triggering unit)) == 1
  54. (Unit type of (Triggering unit)) == Zergling
  55. Actions
  56. UI - Display (Name of (Unit type of (Triggering unit))) for (Enemies of player 2) to Subtitle area
  57. Trigger - Turn (Current trigger) Off
  58. General - Wait 0.1 Game Time seconds
  59. Trigger - Turn Zergling5_P1 On
  60.  
  61.  
  62. --------------------------------------------------------------
  63.  
  64.  
  65. Zergling5_P1
  66. Events
  67. Unit - Any Unit dies
  68. Local Variables
  69. Conditions
  70. (Owner of (Triggering unit)) == 1
  71. (Unit type of (Triggering unit)) == Zergling
  72. Actions
  73. UI - Display (Name of (Unit type of (Triggering unit))) for (Enemies of player 2) to Subtitle area
  74. Trigger - Turn (Current trigger) Off
  75. General - Wait 5.0 Game Time seconds
  76. Trigger - Turn Zergling1_P1 On
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement