home *** CD-ROM | disk | FTP | other *** search
/ Oz - The Magical Adventure / Adventure.iso / pc / dkdata / flowers.dxr / 00016_ChooseOpening.ls < prev    next >
Encoding:
Text File  |  2000-06-01  |  311 b   |  15 lines

  1. on exitFrame
  2.   global gJewelStatus, gPlacesBeen
  3.   if iteminList("flowers1", gPlacesBeen) then
  4.     HostSound("5411")
  5.     puppetSound(1, "foley_sprite")
  6.   else
  7.     if char 4 of gJewelStatus = "1" then
  8.       HostSound("5415")
  9.       puppetSound(1, "foley_sprite")
  10.       go("start")
  11.     else
  12.     end if
  13.   end if
  14. end
  15.