cinderweb

Untitled

Aug 26th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. 021-2.gat,30,17,0|script|Marley|107,
  2. {
  3. mes "[Marley]";
  4. mes "\"Hello there.\"";
  5. mes "\"Would you like to join the Tulimshar militia?\"";
  6. mes "\"It pays well and teaches you a bit about the lands.\"";
  7. menu
  8. "No I would not." L_Close,
  9. "Yes I would." L_Great,
  10. "I have my stamped ticket here." L_wonderful,
  11.  
  12. L_Great,
  13. mes "\"Have you decided what you are going to be yet?\"";
  14. mes "\"Meaning an archer, a warrior, or a spellcaster?\"";
  15. menu
  16. "An archer" L_ticket101,
  17. "A warrior" L_ticket201,
  18. "A spellcaster" L_ticket301,
  19.  
  20. L_ticket101,
  21. mes"\"An archer you say, well good we always need those.\"";
  22. mes"\"Here's your ticket and assingment sheet.\"";
  23. mes"\"Take them to Archer Timlin over there.\"";
  24. mes"\"He will teach you the lay of the land.\"";
  25. mes"\"How to be a good archer and things that are important.\"";
  26. L_Close,
  27.  
  28. L_ticket201,
  29. mes"\"A warrior, eh? Well then here are your papers.\"";
  30. mes"\"Here is your ticket. You want to take them and see Basher\"";
  31. mes"\"He'll teach you how to stand in the front lines\"";
  32. mes"\"and take some damage for sure.\"";
  33. L_Close,
  34.  
  35. L_ticket301,
  36. mes"\"A spellcaster eh? Light magic or dark?\"";
  37. menu
  38. "Light"L_good,
  39. "Dark"L_bad,
  40.  
  41. L_good,
  42. mes"\"Good we can help you then. Even though the magic\"";
  43. mes"\"school isn't accepting new students we have someone\"";
  44. mes"\"here who is willing to help you meet the local\"";
  45. mes"\"wizards that do specialize in schools of magic.\"";
  46. mes"\"And they can teach you for a price. Mellicin\"";
  47. mes"\"will help you. Don't forget your ticket and papers.\"";
  48. L_Close,
  49.  
  50. L_bad,
  51. mes"\"Sorry we can't help you learn that type of magic.\"";
  52. L_Close,
  53.  
  54. L_wonderful,
  55. mes"\"Thank you for helping our militia and good luck with\"";
  56. mes"\"your future adventures. Here's some gold to get you\"";
  57. mes"\"started.\""
  58. set zeny, zeny + 5000
  59. L_Close,
  60. }
Advertisement
Add Comment
Please, Sign In to add comment