I am having a problem with my trigger. The prompt is causes there to need two separate triggers. < is the prompt(which can be changed to something else but not removed.
> Hades nudges you.
And
Hades nudges you.
The trigger is fairly simple
^(?P<person>.*) nudges you\.$
inspire %1
and
^> (?P<person>.*) nudges you\.$
inspire %1
So I need to know how to how to make it so it requires only one trigger, or perhaps just gag the prompt but everything afterwards is not...or some other method. Please note that the Keep commands on Prompt line is unchecked
> Hades nudges you.
And
Hades nudges you.
The trigger is fairly simple
^(?P<person>.*) nudges you\.$
inspire %1
and
^> (?P<person>.*) nudges you\.$
inspire %1
So I need to know how to how to make it so it requires only one trigger, or perhaps just gag the prompt but everything afterwards is not...or some other method. Please note that the Keep commands on Prompt line is unchecked