DavidKinder / Inform6

The latest version of the Inform 6 compiler, used for generating interactive fiction games.
http://inform-fiction.org/
Other
199 stars 32 forks source link

Upgrade "--trace verbs" to show all verb synonyms #281

Closed erkyrath closed 3 months ago

erkyrath commented 3 months ago

All verb synonyms for each grammar line, not just the first one.

Verb 'take' 'carry' 'hold'
  * 'inventory' -> Inv
  * multi -> Take
  * 'off' noun -> Disrobe
  * noun 'off' -> Disrobe
  * multiinside 'from' noun -> Remove
  * multiinside 'off' noun -> Remove

...etc.