home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / reflux.exe / END.DXR / 00014.ls < prev    next >
Encoding:
Text File  |  1995-06-02  |  230 b   |  13 lines

  1. on exitFrame
  2.   global gPerspective
  3.   if gPerspective = 1 then
  4.     go("frank", "master18")
  5.   end if
  6.   if gPerspective = 2 then
  7.     go("jake", "master18")
  8.   end if
  9.   if gPerspective = 3 then
  10.     go("roark", "master18")
  11.   end if
  12. end
  13.