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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-02
|
172 b
|
13 lines
cursor(4)
reSetToggle()
reinstall(CardsDealt)
if CardsDealt = 1 then
go("intro")
else
if CardsDealt > MaxCard then
go("fini")
else
go("idle")
end if
end if