home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master5.dxr / 00141.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  305 b   |  16 lines

  1. on exitFrame
  2.   global gPerspective, gIvtv1, gIvtv2, gIvtv3
  3.   set gIvtv1 to 1
  4.   set gIvtv2 to 1
  5.   set gIvtv3 to 1
  6.   if gPerspective = 1 then
  7.     go("frank", "master6")
  8.   end if
  9.   if gPerspective = 2 then
  10.     go("jake", "master6")
  11.   end if
  12.   if gPerspective = 3 then
  13.     go("roark", "master6")
  14.   end if
  15. end
  16.