I don't like the use of _ All. I don't know how to disable it.
Does not work:
on_command {
: match "_ all" {
: print "One thing after another." ;
: done ;
}
}
"All" is complicated to manage in the game loop and may cause problems (this is also the case with Inform 6). We should be able to disable it.