home *** CD-ROM | disk | FTP | other *** search
/ Il Mio Computer 2000 #13 / GMC_2000_13_A.iso / Giochi2000.dxr / Script_107_PatchCScripts.ls < prev    next >
Encoding:
Text File  |  2000-11-13  |  250 b   |  10 lines

  1. on rollScriptPatchC
  2.   a = the mouseLine
  3.   if the mouseLine = 1 then
  4.     installa95(the pathName & "patch\Unreal Tournament\utpatch420.exe")
  5.   end if
  6.   if the mouseLine = 2 then
  7.     installa95(the pathName & "patch\urban op\UO251US.exe")
  8.   end if
  9. end
  10.