home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oz - The Magical Adventure
/
Adventure.iso
/
pc
/
dkdata
/
itchybugs.dxr
/
00064_checkforfinal.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
|
2000-06-01
|
192 b
|
12 lines
on exitFrame
global gGameState, gJewelStatus
case gGameState of
0:
go(#next)
1, 3:
if char 9 of gJewelStatus <> "1" then
go("6643")
end if
end case
end