Author Topic: Shortcut Messages v①.④ - LOCKED BECAUSE MAKING FIXES!!!  (Read 6414 times)

Ctrl M is already used by a default command.

Ctrl M is already used by a default command.

here go to this directory: ("C:\Blockland\Add-Ons\Script_ShortcutMsgs.zip\client.cs")

then the top line change it from
Code: [Select]
moveMap.bind(keyboard, "ctrl m", buttonA);
to
Code: [Select]
moveMap.bind(keyboard, "//your key", buttonA);