home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף מעל 200 משחקים מרתקים / over-200-games-micro-a-media.iso / CONNECTD / 05DD.DXR / 00383.ls < prev    next >
Encoding:
Text File  |  1996-01-12  |  206 b   |  11 lines

  1. on mouseUp
  2.   global invOn, roverCapGone5d
  3.   if (invOn = 1) and (roverCapGone5d = 2) then
  4.     set invOn to 0
  5.     goto("5Arc6Nhose")
  6.     tell the stage
  7.       removeInventory("Tube")
  8.     end tell
  9.   end if
  10. end
  11.