home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Seeker
/
Seeker.iso
/
files_w
/
3d_dun.dir
/
00063.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-12-01
|
181 b
|
11 lines
on exitFrame
if random(6) = 1 then
go(#next)
else
if not soundBusy(1) then
sound playFile 1, pathName() & "AIFF\DUNGEON.AIF"
end if
go(#loop)
end if
end