home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games Extra 1996 May / Amiga_Games_Extra_CD_5-96.bin / spiele / publicdomain / amsrc / scenario / town.m < prev    next >
Text File  |  1996-02-19  |  490b  |  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 st: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 st:Scenario/streets.m
  13. unuse t_streets
  14.  
  15. /* The squirrel quest. */
  16. source st:Scenario/squirrel.m
  17.  
  18. /* Caretaker, Packrat. */
  19. source st:Scenario/machines.m
  20.  
  21. /* Letter writing, posting, delivery; Postman. */
  22. source st:Scenario/mail.m
  23.