Trying to let users execute a console keybind inside a menu to bind M to /menu.
My Json validates and no errors report, but nothing happens when they click the button.
Any ideas?
TIA...........
{
"Button color": "0.0 0.0 0.0 0.4",
"Text color": "#42f44e",
"Text size": 12,
"Button width": 0.1,
"Button height": 0.025,
"Button text": "Bind M to Menu",
"Execute chat (true) or console (false) command": false,
"Executing command": "bind m chat.say /menu"
},
My Json validates and no errors report, but nothing happens when they click the button.
Any ideas?
TIA...........
{
"Button color": "0.0 0.0 0.0 0.4",
"Text color": "#42f44e",
"Text size": 12,
"Button width": 0.1,
"Button height": 0.025,
"Button text": "Bind M to Menu",
"Execute chat (true) or console (false) command": false,
"Executing command": "bind m chat.say /menu"
},