Advertisement
Pr0nogo

Untitled

Nov 22nd, 2019
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. Trigger("Fenix | Tassadar | Raynor"){
  2. Conditions:
  3. Deaths("Player 8", "Duke Turret type 2", At least, 4);
  4.  
  5. Actions:
  6. Comment("F1 | Victory dialogue");
  7. Set Deaths("Current Player", "Terran Marine (Guard)", Set To, 1);
  8. Wait(750);
  9. Mute Unit Speech();
  10. Wait(500);
  11. Transmission(Don't Always Display, "", "Protoss Nexus", "_Point]KaggBridgeExpo", Set To, 0, "staredit\\wav\\44.wav", 0);
  12. Transmission(Always Display, "\r\n \x00fFENIX\r\n \x016Brothers, the din of battle is clearing!", "Fenix (Dragoon)", "_Resarea]24", Subtract, 0, "staredit\\wav\\IG-Fenix-009.wav", 3222);
  13. Transmission(Don't Always Display, "", "Protoss Nexus", "_Zone]Raynor", Set To, 0, "staredit\\wav\\44.wav", 0);
  14. Transmission(Always Display, "\r\n \x010TASSADAR\r\n \x016My friends, we have triumphed! Against all odds, and against\r\n \x016our own brethren, we have delivered Aiur from its nemesis.\r\n \x016Let tales of our victory here inspire our people! Let the\r\n \x016heroes of today pass into the legends of tomorrow! Aiur may\r\n \x016yet be whole again.", "Tassadar (Templar)", "_Resarea]24", Subtract, 0, "staredit\\wav\\IG-Tassadar-010.wav", 22854);
  15. Transmission(Always Display, "\r\n \x00eMARINE\r\n \x016You know what, Protoss? After all this, you owe me, and the\r\n \x016rest of my boys, a beer! I'll see you at the bar.", "Terran Marine", "_Resarea]24", Subtract, 0, "staredit\\wav\\IG-Marine-004.wav", 8806);
  16. Transmission(Don't Always Display, "", "Protoss Nexus", "_Point]KaggBridgeExpo", Set To, 0, "staredit\\wav\\44.wav", 0);
  17. Transmission(Always Display, "\r\n \x00fFENIX\r\n \x016Indeed, Terran! Let the festivities commence!", "Fenix (Dragoon)", "_Resarea]24", Subtract, 0, "staredit\\wav\\IG-Fenix-010.wav", 4369);
  18. Wait(500);
  19. Unmute Unit Speech();
  20. Wait(2500);
  21. Set Deaths("Fenix | Tassadar | Raynor", "Edmund Duke (Siege Mode)", Add, 1);
  22. }
  23.  
  24. Trigger("Fenix | Tassadar | Raynor"){
  25. Conditions:
  26. Deaths("Fenix | Tassadar | Raynor", "Edmund Duke (Siege Mode)", At least, 3);
  27.  
  28. Actions:
  29. Comment("F1 | Victory");
  30. Victory();
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement