home *** CD-ROM | disk | FTP | other *** search
/ Games Central GT Digital… Q3 Premier Trimestre '98 / GT_DPK.ISO / pc / data / menu.dxr / 00159.ls < prev    next >
Encoding:
Text File  |  1995-08-25  |  226 b   |  10 lines

  1. on exitFrame
  2.   global LANGSETUP
  3.   if LANGSETUP = "e" then
  4.     set the fileName of castLib "release" to "releasee.cst"
  5.   end if
  6.   if LANGSETUP = "f" then
  7.     set the fileName of castLib "release" to "releasef.cst"
  8.   end if
  9. end
  10.