home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games Extra 1996 May / Amiga_Games_Extra_CD_5-96.bin / spiele / publicdomain / amsrc / combat / combat.m next >
Text File  |  1996-02-19  |  223b  |  11 lines

  1. Print("Creating combat features and monsters.\n").
  2.  
  3. public t_fight CreateTable().
  4. use t_fight
  5. source st:Combat/fight.m
  6.  
  7. /* A few dumb monsters. */
  8. public t_monsters CreateTable().
  9. use t_monsters
  10. source st:Combat/monsters.m
  11.