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;
- 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.\"";
- goto 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.\"";
- goto 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.\"";
- goto L_Close;
- L_Bad:
- mes "\"Sorry we can't help you learn that type of magic.\"";
- goto 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;
- goto L_Close;
- L_Close:
- mes "\"Goodbye and be well.\"";
- close;
- }
Advertisement
Add Comment
Please, Sign In to add comment