More convo problems

I have 2 problems happening with the following code:

instead of doing something other than looking or examining or taking inventory or saying hello to or quizzing or implicit-asking or listing suggested topics while at-gunpoint: say "You can't really do that as Dennison has both of his Berettas trained on you."

problem 1) it seems to work except “inventory” doesnt.
problem 2) you can “ask dennison about XYZ” (the desired action) but it won’t accept the short cut “a XYZ”.

The extensions I’m using are Conversation Framework-Conversation Suggestions-Conversation Responses
by Eric Eve.

You just forgot to add «implicit-quizzing» to the list of actions that should be allowed while at-gunpoint.

I can’t replicate that. At least with this code, INVENTORY works as expected:[code]Include Conversation Framework by Eric Eve.
Include Conversation Suggestions by Eric Eve.
Include Conversation Responses by Eric Eve.

The Place is a room.

Dennison is a man in place.

Yourself can be at-gunpoint. Yourself is at-gunpoint.

Instead of doing something other than looking or examining or taking inventory or saying hello to or quizzing or implicit-asking or implicit-quizzing or listing suggested topics while at-gunpoint:
say “You can’t really do that as Dennison has both of his Berettas trained on you.”

Test me with “inventory”.[/code]

Thank you!