home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #7 / amigamamagazinepolishissue1998.iso / rozrywka / rpg / amigamud / src / scenario / town.m < prev    next >
Text File  |  1997-06-20  |  540b  |  23 lines

  1. Print("Creating the town area and populace.\n")$
  2.  
  3. /* The minimall area. */
  4. public t_mall CreateTable()$
  5. use t_mall
  6. source AmigaMUD:Src/Scenario/mall.m
  7. unuse t_mall
  8.  
  9. /* The streets, park, out to the pear-tree field. */
  10. public t_streets CreateTable()$
  11. use t_streets
  12. source AmigaMUD:Src/Scenario/streets.m
  13. unuse t_streets
  14.  
  15. /* The squirrel quest. */
  16. source AmigaMUD:Src/Scenario/squirrel.m
  17.  
  18. /* Caretaker, Packrat. */
  19. source AmigaMUD:Src/Scenario/machines.m
  20.  
  21. /* Letter writing, posting, delivery; Postman. */
  22. source AmigaMUD:Src/Scenario/mail.m
  23.