home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 2003 #8
/
K-CD-8-2003.ISO
/
Blitzkrieg
/
blitzkriegdemo-e.exe
/
DATA.PAK
/
ui
/
winMP.lua
< prev
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
|
2002-09-19
|
236 b
|
10 lines
function LuaProcessMessage( nMessageCode, nFirst, nSecond )
if ( nMessageCode == 536936448 and nFirst == 10000 ) then --OK
nMessage = SetProcessedFlag( 2098183 )
AddMessage( nMessage, 1, 1 )
return 1
end
return 0
end