textadventures/quest

enter_verb pattern is set to "Regular expression", should be "Command pattern"

Opened this issue · 3 comments

I already have a pending pull request.

I would create one to fix this issue, but I don't want to get any pull requests crossed.

Nope. That broke a game with the existing enter_verb copied into it.

I had to change the property to "enter_verb" so it named it correctly (like the existing one).

  <verbtemplate name="enter_verb">enter</verbtemplate>
  <dynamictemplate name="DefaultEnter">WriteVerb(game.pov, "can't") + " enter " + object.article + "."</dynamictemplate>
  <verb template="enter_verb" property="enter_verb" response="DefaultEnter"/>

UPDATE (sort of)

I don't fully understand verbs.

See that forum thread (posted two comments ago) to see what mrangel added to the discussion. What he's saying definitely sounds right, but I still don't fully grasp everything you always wanted to know about verbs but were afraid to ask.