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

  1. | !Run file for "Edit Dungeon Duo"
  2. |
  3. | © Paul G Hallam 1991
  4.  
  5. if "<MapsDD$Dir>" = ""    then Error 0 !EditDD needs to see !MapsDD directory.
  6. if "<CodeDD$Dir>" = ""    then Error 0 !EditDD needs to see !DungeonD directory.
  7. if "<MiscDD$Dir>" = ""    then Error 0 !EditDD needs to see !DungeonD directory.
  8. if "<SpritesDD$Dir>" = "" then Error 0 !EditDD needs to see !DungeonD directory.
  9.  
  10. Set EditDD$Dir <Obey$Dir>
  11. WimpSlot -min 200k -max 200k
  12.  
  13. |Disable ESCAPE.
  14. *fx229,1
  15.  
  16. |System font.
  17. *fx20
  18.  
  19. Run <EditDD$Dir>.!RunEdit
  20.