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
});
modifyVerb() lets an author replace only selected properties and methods of any predefined verb.
MyGame.modifyVerb({
name: "xyzzy",
synonyms: ["yzzyx"], // add new synonym
});