Open cakexensen opened 10 years ago
half-fixed, if no other command matches, it will now default to the game's unknown handler. still doesn't allow you to match multiple words per :unknown though.
this means that "talk" :unknown won't let you match "talk mr bean" because there are two unknown symbols.
the unknown command matcher does not work sufficiently to match most arbitrarily wrong inputs. :unknown only matches a single unknown input, but it should match any number of inputs. so :unknown -> :unknown :unknown | nil? something like that.