home *** CD-ROM | disk | FTP | other *** search
/ Stickerpedia Stickerbook / Stickerbook.iso / pc / DATA / init.dxr / 00010_Script_10 < prev    next >
Text File  |  2003-03-19  |  255b  |  12 lines

  1.  
  2.  
  3.  
  4. on exitFrame
  5.   result = baMsgBox( "Please insert the Dragonascent CD-ROM and then click on RETRY, or click on CANCEL to exit.","DragonAscent", "RetryCancel", "Stop",1)
  6.   if result = "Retry" then
  7.     go "checkCD"
  8.   else
  9.     quit
  10.   end if
  11. end
  12.