I want to use a button in newgamemenu.res to connect to a server, but it seems no command other than 'play' works, and doesn't output anything to the console even with developer 1. Why does this happen? what can I do to get around it?`"ServerButton"
{
"ControlName" "Button"
"fieldName" "ServerButton"
"xpos" "40"
"ypos" "80"
"wide" "200"
"tall" "24"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"tabPosition" "3"
"labelText" "#GameUI_ConnectToServerButton"
"textAlignment" "center"
"dulltext" "0"
"command" "Connect 127.0.0.1"
"default" "0"
}