Author Topic: How do I create a Key bind  (Read 654 times)

I want to create a Key bind to turn my chatbot on.
How would i do this?

$remapDivision[ $remapCount] = "Division Name";
$remapName[ $remapCount ] = "Keybind Name";
$remapCmd[ $remapCount ] = "Keybind Function";
$remapCount++;

$remapDivision[ $remapCount] = "Division Name";
$remapName[ $remapCount ] = "Keybind Name";
$remapCmd[ $remapCount ] = "Keybind Function";
$remapCount++;

Can the function box have (); at the end? I don't think so, just checking.

Just write the function name as you would use in call. Oh, I see what you mean (bindCmd). No, it just uses bind.

If you don't put $remapCount++;
Will this one be overwritten or the next one forgeted up

If you don't put $remapCount++;
Will this one be overwritten or the next one forgeted up

The next keybind will overwrite this keybind.