home *** CD-ROM | disk | FTP | other *** search
- global gDifficulty, gWettIni, gParams, gPlayers, gPlayerNumber, gNoPlayers
-
- on SetWetteParamsTextfeld
- if gNoPlayers = 1 then
- setAt(getAt(gPlayers, gPlayerNumber), 2, gDifficulty)
- end if
- repeat with i = 1 to gParams
- set the text of cast (the number of member "WettParamsTxt999" + i - 1) to string(getAt(getAt(gWettIni, 2 - 1 + gDifficulty), i))
- end repeat
- end
-