| Blockland Forums > Suggestions & Requests |
| Multiple Keybinds |
| (1/1) |
| Mr Queeba:
I want to bind Crouch to both the Shift and the control key, but you can only have 1 keybind set for each thing. I want to be able to use multiple keybinds on 1 thing. |
| Xalos:
--- Code: ---if(!$KeybindDuplicateHasBound) { $KeybindDuplicateHasBound = 1; $remapDivision[$remapCount] = "Duplicate Binds"; $remapName[$remapCount] = "Crouch Duplicate"; $remapCmd[$remapCount] = "crouch"; $remapCount++; } --- End code --- |
| Navigation |
| Message Index |