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

Advanced Verb Use:Modify Verbs

modifyVerb() lets an author replace only selected properties and methods of any predefined verb.

MyGame.modifyVerb({
  name: "xyzzy",
  synonyms: ["yzzyx"], // add new synonym
});