cinderweb

Untitled

Sep 7th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. {
  2. mes "[Dimond]";
  3. mes "\"Welcome to Dimond's Cove!\"";
  4. mes "";
  5. mes "\"Talk to the waitress to get some Food.\"";
  6. mes "";
  7. mes "\"We also have shops on the 2nd Floor,";
  8. mes "and an inn on the 3rd Floor.\"";
  9. mes "\"Anything I can help you with?\"";
  10. menu
  11. "I have a package for you.", L_Package;
  12. "No thanks.", L_Close;
  13. L_Package:
  14. mes"\"Let me take that off your hands and sign that for you.\"",close;
  15. L_Close:
  16. close;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment