home *** CD-ROM | disk | FTP | other *** search
/ Hope PC Multimedia SuperPack 2 / HOMEPC.iso / TAROT / DOWNLOAD / VT3.ZIP / C1.DXR / 00205.ls < prev    next >
Encoding:
Text File  |  1995-11-02  |  172 b   |  13 lines

  1. cursor(4)
  2. reSetToggle()
  3. reinstall(CardsDealt)
  4. if CardsDealt = 1 then
  5.   go("intro")
  6. else
  7.   if CardsDealt > MaxCard then
  8.     go("fini")
  9.   else
  10.     go("idle")
  11.   end if
  12. end if
  13.