A few people have asked how to make a script fire when you use the numeric keypad to move (eg. press "8" for "north").
The answer is to set up an alias that matches on what the keypad sends.
Thus, rather than "8" sending "north" you might send "keypad-north", then set up an alias that matches on "keypad-north".
This alias can then send "north" to the MUD, and also call a script.
The answer is to set up an alias that matches on what the keypad sends.
Thus, rather than "8" sending "north" you might send "keypad-north", then set up an alias that matches on "keypad-north".
This alias can then send "north" to the MUD, and also call a script.