Author Topic: Easy Binding Script  (Read 476 times)

I made a GUI, and I was just wondering that instead of having to type canvas.pushDialog(__); into the console, could anyone tell me a simple .cs script that would put a keybind into the options menu?

$remapDivision[$remapCount] = "Category Name";
$remapName[$remapCount] = "Bind name";
$remapCmd[$remapCount] = "commandToCall";
$remapCount++;