Author Topic: KeyBind not appearing in optains menu  (Read 405 times)

So basically I am trying to teach my self Tourge script or whatever its called. So far I have taught my self keybinds. However, it is not appearing the the menu even though I've restarted BL.
Here is the file:
http://www.mediafire.com/download/rku37h2vuwaytf4/Script_Test.rar
or
the code
Code: [Select]
$remapDivision[$remapCount] = "Test 1";
$remapName[$remapCount] = "test 2";
$remapCmd[$remapCount] = "test 3";
$remapCount++;
« Last Edit: July 06, 2015, 04:57:04 PM by Bow »

You need to use a *.zip file, not a *.rar file. However, there's no need to compress the files if you're only testing. That's something that you do for distribution.

Thanks! Locking thread