there isnt a programing or CS modification Section.. so.. I didnt know where to pos this

lol
well.. Im making a cs Gui and I was trying to do something diferent with the game menu :O
but I dont know if its possible.. (should be possible but I cant find the way :O lol)
lets start :O
as u know (or not.. lol ) .. this is the original GameMenu.res File (Steam)
"GameMenu"
{
"1"
{
"label" "#GameUI_GameMenu_ResumeGame"
"command" "ResumeGame"
"OnlyInGame" "1"
}
"2"
{
"label" "#GameUI_GameMenu_Disconnect"
"command" "Disconnect"
"OnlyInGame" "1"
"notsingle" "1"
}
"4"
{
"label" "#GameUI_GameMenu_PlayerList"
"command" "OpenPlayerListDialog"
"OnlyInGame" "1"
"notsingle" "1"
}
"8"
{
"label" ""
"command" ""
"OnlyInGame" "1"
}
"9"
{
"label" "#GameUI_GameMenu_NewGame"
"command" "OpenCreateMultiplayerGameDialog"
}
"10"
{
"label" "#GameUI_GameMenu_FindServers"
"command" "OpenServerBrowser"
}
"11"
{
"label" "#GameUI_GameMenu_Options"
"command" "OpenOptionsDialog"
}
"12"
{
"label" "#GameUI_GameMenu_Quit"
"command" "Quit"
}
}
so.. this is the Question...
its possible to put 2 comands in the same line ?
I mean.. instead of:
New Game
Options
Find Servers
.
.
.
make it
New Games Options Find Servers
:O
im gonna keep trying

LMAO
but if someone knows how to do it.. or at least you have an idea.. or you knows that this is or isnt possible... just let me know
ty