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

  1. on rollScriptPatchA
  2.   a = the mouseLine
  3.   if the mouseLine = 1 then
  4.     installa95(the pathName & "patch\Half Life\ihl1101.exe")
  5.   end if
  6.   if the mouseLine = 2 then
  7.     installa95(the pathName & "patch\patchshogun\STWv111.exe")
  8.   end if
  9.   if the mouseLine = 3 then
  10.     installa95(the pathName & "patch\Sin\Sin_111_from_104_beta.exe")
  11.   end if
  12.   if the mouseLine = 4 then
  13.     installa95(the pathName & "patch\Soldier of fortune\SOF_Gold_patch.exe")
  14.   end if
  15.   if the mouseLine = 5 then
  16.     installa95(the pathName & "patch\SWAT 3 Elite ed\swat3_166up_it.exe")
  17.   end if
  18.   if the mouseLine = 6 then
  19.     installa95(the pathName & "patch\Unreal Tournament\UTPatch432.exe")
  20.   end if
  21.   if the mouseLine = 7 then
  22.     installa95(the pathName & "patch\Vampire Patch\VampirePatch_1_1.exe")
  23.   end if
  24. end
  25.