key binding config dialog. time (like lskat and/or taquin) implemante i18n network : newgame () { if (APlayerIsNetworked()) { show network_dialog. } else { .... } } network dialog : lbl : "You can leave the remote host input empty. The your computer acts as server only and does not try to connect to a remote host." if (txt_server.text == "") { show waitconnection_dialog } else { connect ... } waitconnection_dialog: progress bar ... when timeout. msgbox error, no connection msgbox "Cannot start player " & networkedplayer() & ". Maybe the network connection failed or the computer player process file is not found.", vberror + vbok, "Error - Close Circuit" when connected. blabla ;))