Pre-release
AdventureJS Docs Downloads
Score: 0 Moves: 0
Tutorial explaining Modify Verbs in AdventureJS. tutorial, verbs

Advanced Verb Use:Combine Verbs

combineVerbs() lets an author consolidate predefined Verbs. Some of the predefined Verbs exist to catch subtle distinctions that may not be necessary for your game. For instance, twist and turn are predefined as distinct Verbs. If you don't need that level of distinction, you can use combineVerbs to consolidate them.

MyGame.combineVerbs( [ "twist" ], "turn" );