NPC - Create New Command (Solved)

Doctor Agon
20 Feb 2019, 22:50I want to create a new command for my NPC to do. (using NpcLib)
But I keep getting the same response back
He
(or she)does nothing.
This will probably be a quick/easy fix but I don't know what the problem is
The Pixie
21 Feb 2019, 08:49Can you give some details of what you have so far?
You would need to create a new command, so I would guess the issue is in the pattern. Make sure it is set to a regular expression if you copy the patterns from NpcLib. There is a built-in Tell/to that works the same as Ask/About and Tell/about, and I would guess the response is from that because it is failing to match to your command.

Doctor Agon
21 Feb 2019, 08:52AHHHH!!!!!
Never mind. I'd inserted an extra word at the end of the expression. It was expecting the extra word everytime I entered the command.
Syntax and grammar - So complicated