It would be nice to have the possibility, as in DAAD, to intercept metas verbs:
on_command {I wanted to ask the player to leave if he goes in a particular direction. I should be able to do that, but not with DAAD compatability.
: match "quit -" {
:quit;
}
}