Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 021-2.gat,30,17,0|script|Marley|107,
- {
- mes "[Marley]";
- mes "\"Hello there.\"";
- mes "\"Would you like to join the Tulimshar militia?\"";
- mes "\"It pays well and teaches you a bit about the lands.\"";
- menu
- "No I would not." L_Close,
- "Yes I would." L_Great,
- "I have my stamped ticket here." L_wonderful,
- "Nevermind.", L_Close;
- L_Great:
- mes "\"Have you decided what you are going to be yet?\"";
- mes "\"Meaning an archer, a warrior, or a spellcaster?\"";
- menu
- "An archer" L_ticket101,
- "A warrior" L_ticket201,
- "A spellcaster" L_ticket301,
- "Nevermind.", L_Close;
- L_ticket101:
- mes"\"An archer you say, well good we always need those.\"";
- mes"\"Here's your ticket and assingment sheet.\"";
- mes"\"Take them to Archer Timlin over there.\"";
- mes"\"He will teach you the lay of the land.\"";
- mes"\"How to be a good archer and things that are important.\"";
- L_Close;
- L_ticket201:
- mes"\"A warrior, eh? Well then here are your papers.\"";
- mes"\"Here is your ticket. You want to take them and see Basher\"";
- mes"\"He'll teach you how to stand in the front lines\"";
- mes"\"and take some damage for sure.\"";
- L_Close;
- L_ticket301:
- mes"\"A spellcaster eh? Light magic or dark?\"";
- menu
- "Light", L_good,
- "Dark", L_bad,
- "Nevermind.", L_Close;
- L_good:
- mes"\"Good we can help you then. Even though the magic\"";
- mes"\"school isn't accepting new students we have someone\"";
- mes"\"here who is willing to help you meet the local\"";
- mes"\"wizards that do specialize in schools of magic.\"";
- mes"\"And they can teach you for a price. Mellicin\"";
- mes"\"will help you. Don't forget your ticket and papers.\"";
- L_Close;
- L_bad:
- mes"\"Sorry we can't help you learn that type of magic.\"";
- L_Close;
- L_wonderful:
- mes"\"Thank you for helping our militia and good luck with\"";
- mes"\"your future adventures. Here's some gold to get you\"";
- mes"\"started.\"";
- set Zeny, Zeny + 5000;
- L_Close;
- }
Advertisement
Add Comment
Please, Sign In to add comment