home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Encyklopedia Omnia
/
Planeta.iso
/
data
/
0_wclub.dir
/
00011_Script_uscita
< prev
next >
Wrap
Text File
|
2000-11-16
|
336b
|
14 lines
on mouseUp
global gPlayersObj, gPlayerList
set playerName = trim(the text of field "nome")
if not(existsPlayer(gPlayersObj, playerName)) then
addNewPlayer(gPlayersObj, playerName)
end if
updatePlayer(gPlayersObj, playerName, gPlayerList)
savePlayersList(gPlayersObj)
go to movie "0_credit"
end