home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 May
/
CHIPCD5_98.iso
/
software
/
testsoft
/
carr
/
IRL.CST
/
00130_Script_s_gloop
< prev
next >
Wrap
Text File
|
1998-01-28
|
188b
|
14 lines
on exitFrame
global gl,g_music
global g_ent
set g_ent=0
set gl=gl-1
if gl=0 then
set g_music="Car"
go "menu_glowne"
else
go to the frame
end if
end