home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / testsoft / carr / IRL.CST / 00130_Script_s_gloop < prev    next >
Text File  |  1998-01-28  |  188b  |  14 lines

  1. on exitFrame
  2.   global gl,g_music
  3.   global g_ent
  4.   set g_ent=0
  5.   set gl=gl-1
  6.   if gl=0 then
  7.     set g_music="Car"
  8.     go "menu_glowne"
  9.   else
  10.     go to the frame
  11.   end if
  12. end
  13.  
  14.