Hey LashedLime, while there isn't a QuickChat or similar hack in Wurst, the /home
shortcut is actually fully customizable already.
By default H is bound to say /home
, which is equivalent to this .bind
command:
.bind H say /home
You can remove this default keybind and recreate it with a different command. For example:
.unbind H
.bind H say /spawn
You can even have multiple of these shortcuts:
.bind H say /spawn
.bind M say /tpaccept
It's also possible to create a shortcut that runs multiple commands (although there is no way to set a delay between them):
.bind H say /home;say /me has arrived at home
Hope this helps!