home *** CD-ROM | disk | FTP | other *** search
/ ISV Strong Games / ISV_STRONG_GAMES.iso / multiplay / dungeonduo / !DungeonD / !Run < prev    next >
Text File  |  1992-03-24  |  797b  |  35 lines

  1. | !Run file for "Dungeon Duo"
  2. |
  3. | © Paul G Hallam 1991
  4.  
  5. Set DungeonDuo$Dir  <Obey$Dir>
  6. |
  7. if "<MapsDD$Dir>"  = "" then Error 0 !DungeonD requires !MapsDD directory.
  8. if "<TextsDD$Dir>" = "" then Error 0 !DungeonD requires !MapsDD directory.
  9. |
  10. WimpSlot -min 608k -max 608k
  11.  
  12. |Disable escape.
  13. *fx229,1
  14.  
  15. |System vars.
  16. Set CodeDD$Dir    <DungeonDuo$Dir>.Code
  17. Set MiscDD$Dir    <DungeonDuo$Dir>.Misc
  18. Set SamplesDD$Dir <DungeonDuo$Dir>.Samples
  19. Set SpritesDD$Dir <DungeonDuo$Dir>.Sprites
  20.  
  21. |Load samples.
  22.  
  23. RMLoad <SamplesDD$Dir>.Anger
  24. RMLoad <SamplesDD$Dir>.Anger2
  25. RMLoad <SamplesDD$Dir>.Arrgh
  26. RMLoad <SamplesDD$Dir>.Crunch
  27. RMLoad <SamplesDD$Dir>.DRattle
  28. RMLoad <SamplesDD$Dir>.Hurrah
  29. RMLoad <SamplesDD$Dir>.Yeowch
  30. RMLoad <SamplesDD$Dir>.Warn
  31. RMLoad <SamplesDD$Dir>.Warp
  32.  
  33. |Now game.
  34. <DungeonDuo$Dir>.!Loader
  35.