shadowm

Untitled

Jul 21st, 2015
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. [event]
  2. name=victory
  3.  
  4. #
  5. # Set the new recruit list for the next scenarios.
  6. #
  7. [modify_side]
  8. side=1
  9. recruit="Faerie Sprite,Skeleton,Skeleton Archer,Skeleton Rider,Ghost,Vampire Bat,Walking Corpse"
  10. [/modify_side]
  11.  
  12. #
  13. # Clear the whole recall list.
  14. #
  15. [kill]
  16. side=1
  17. x,y=recall,recall
  18. [/kill]
  19.  
  20. [role]
  21. role=talking_elf
  22. race=elf
  23. [not]
  24. id=Galas
  25. [/not]
  26. side=1
  27. [/role]
  28.  
  29. [if]
  30. [have_unit]
  31. role=talking_elf
  32. [/have_unit]
  33. [then]
  34. [message]
  35. role=talking_elf
  36. message= _ "Galas, sir, we can’t just say farewell and let you go on alone. Even though you have abdicated, we have followed and served you for so long that it doesn’t feel right to part ways here."
  37. [/message]
  38.  
  39. [message]
  40. speaker=Galas
  41. message= _ "Well..."
  42. [/message]
  43.  
  44. [message]
  45. speaker=Elynia
  46. message={ASIDE ( _ "Galas, this is supposed to be an </i>infiltration<i> mission. It would be unwise to let your men come with us. We can’t even guarantee our own survival!")}
  47. [/message]
  48.  
  49. [message]
  50. speaker=Galas
  51. message= _ "... I..."
  52. [/message]
  53.  
  54. [message]
  55. role=talking_elf
  56. message= _ "My lord, we understand well the risks involved in this mission. This is not a choice we made lightly. But you will need all the help you can get to reach the Empire’s capital alive. Please! Let us accompany you one last time."
  57. [/message]
  58.  
  59. [delay]
  60. time=750
  61. [/delay]
  62.  
  63. [message]
  64. speaker=Galas
  65. message= _ "(<i>chuckles</i>) I doubt I will ever convince you otherwise. Very well, you may come with us if you wish. But understand that the odds are not in our favor; it’s likely you will never see your loved ones again."
  66. [/message]
  67.  
  68. [message]
  69. role=talking_elf
  70. message= _ "We know, sir, and they do as well. But hasn’t it always been this way since Uria’s followers first set foot in our valley?"
  71. [/message]
  72.  
  73. [message]
  74. speaker=Galas
  75. message= _ "Perhaps—"
  76. [/message]
  77. [/then]
  78. [/if]
  79.  
  80. {MYSTERIOUS_VOICE ( _ "You are bold for coming to my domain, Galas. But, how long will it be before you succumb to the temptation of the power of Uria?")}
  81.  
  82. [message]
  83. speaker=Galas
  84. message= _ "Only time can tell... what fate has in store for us..."
  85. [/message]
  86. [/event]
Advertisement
Add Comment
Please, Sign In to add comment