; $VER: run-sequence 1.03 (15-09-93)
; Hard disk Diggers run sequence

; Ensure blank screen all the time ....
Cd diggers_disk_1:
;Hard_Disk_Extras/BlankScreen

Lab loop

; Run the introduction sequence first ....
C/RunWB >nil: <nil: Intro

; Now run the full game ....
C/RunWB >nil: <nil: Diggers

; Play extroduction if any ....
if EXISTS ram:end_picture
   C/RunWB >nil: <nil: Outro
   C/Delete >nil: ram:end_picture
   endif

