home *** CD-ROM | disk | FTP | other *** search
/ Oz - The Magical Adventure / Adventure.iso / pc / dkdata / itchybugs.dxr / 00064_checkforfinal.ls < prev    next >
Encoding:
Text File  |  2000-06-01  |  192 b   |  12 lines

  1. on exitFrame
  2.   global gGameState, gJewelStatus
  3.   case gGameState of
  4.     0:
  5.       go(#next)
  6.     1, 3:
  7.       if char 9 of gJewelStatus <> "1" then
  8.         go("6643")
  9.       end if
  10.   end case
  11. end
  12.