home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
devglry
/
mcny
/
source
/
newduck.dir
/
00020.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
|
1996-05-06
|
211 b
|
15 lines
on mouseUp
global weapon
if weapon = 1 then
go("buckshot")
else
if weapon = 2 then
got(to, "fried")
else
if weapon = 3 then
go("laser")
end if
end if
end if
end