I'm going to dodge the question.
Adventuron has a certain number of language-specific sentence pre-processors (undocumented of course).
For English:
- "PUT ON" will map to "WEAR"
- "PUT DOWN" will map to "DROP"
- "PICK UP" will map to "GET"
- "TAKE OFF" will map to "REMOVE"
- "LOOK AT" will map to "EXAMINE"
- "AND THEN" will map to "THEN"
- "GO <direction>" will map to "<direction>"
e.g. "PUT ON THE COAT AND THEN GO TO THE NORTH." -> "WEAR COAT. NORTH"
Back to your question - you (currently) can't. I'll think about the issue some more. And I'll consider exposing the pre-processor to authors (for them to add their own mappers).