Toggle Net_graph With Scoreboard Bind
A simple script that will toggle the net_graph information with the scoreboard for less distraction while playing.
net_graph "1"
net_graphpos "2"
net_graphheight "1"
alias +scorenet "+showscores; net_graph 1"
alias -scorenet "-showscores; net_graph 0"
bind tab "+scorenet"