I usually use binds in my game, I would like to know how I can make a bind sequence with just one key.
Example: I want to open an F2 menu, then click button three (3) and then button two (2).
I imagined the command,
" bind "x" "ServerAction2;MenuItem3;MenuItem2" "
but it did not work
can you help me?