home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / MinerX.dxr / 00015.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  168 b   |  11 lines

  1. on exitFrame me
  2.   global reloadTimer, deathState, firstTime
  3.   reloadTimer = 0
  4.   deathState = 0
  5.   if firstTime = 1 then
  6.     firstTime = 0
  7.   else
  8.     go(15)
  9.   end if
  10. end
  11.