: Howdy. Anyone implemented something like:
: >rob, east
: Rob heads east.
: If so, I need to see that code, because there is a problem with the
: parser accepting this as a sentence. Thanks.
This is in TADS, right? I don't know if this is connected, but I've had a
problem where verbs that are also another part of speech -- "sign," for
instance, which I've defined as both verb and noun -- aren't recognized
properly for NPCs, though for the player they work okay. So "Sign letter"
would parse properly, but "Rob, sign letter" would get "There's no verb
in that sentence!"
Is this what you're getting?