cinderweb

Untitled

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