home *** CD-ROM | disk | FTP | other *** search
/ Quake 2 StrategyMaster / Quake2_Strategy_Master.iso / QuakeII / weapons.dxr / 00017.ls < prev    next >
Encoding:
Text File  |  1998-03-09  |  87 b   |  8 lines

  1. on mouseUp
  2.   if the pauseState = 1 then
  3.     continue()
  4.   else
  5.     pause()
  6.   end if
  7. end
  8.