home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gNoPlayers
- set maxpoints to 0
- repeat with i = 1 to gNoPlayers
- if getAt(gPlayerNames, i) >= maxpoints then
- set maxpoints to getAt(gPlayerNames, i)
- put getPropAt(gPlayerNames, i) into field "Auswertname"
- end if
- end repeat
- end
-