Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- mes "[Dimond]";
- mes "\"Welcome to Dimond's Cove!\"";
- mes "";
- mes "\"Talk to the waitress to get some Food.\"";
- mes "";
- mes "\"We also have shops on the 2nd Floor,";
- mes "and an inn on the 3rd Floor.\"";
- mes "\"Anything I can help you with?\"";
- menu
- "I have a package for you.", L_Package;
- "No thanks.", L_Close;
- L_Package:
- mes"\"Let me take that off your hands and sign that for you.\"",close;
- L_Close:
- close;
- }
Advertisement
Add Comment
Please, Sign In to add comment