Last night while eating supper, the utility of macros finally hit me. I was adding directional moves support to the user-command function and the duplication of code seemed quite silly. Time to abstract it out! However, if I wrote the feature as a function, the actions would run before the body of the command matcher. As I already have plans for
(
Read more... )