nskins / goby

Command-line role-playing game framework
MIT License
122 stars 56 forks source link

Specify corresponding commands for Item usage #71

Closed nskins closed 7 years ago

nskins commented 7 years ago

Certain Items correspond to certain Events. For example, Shovel corresponds to the "dig" command. At the location of an Event that runs on command "dig," one should be able to write "use shovel," and the Event should run.