Trigger Issues Aardwolf Version 5.07-pre

Posted by Maxson on Sat 24 Jun 2023 02:11 AM — 5 posts, 11,743 views.

#0
I am unable to get triggers to fire. The "send" value is sent, but not executed. I have to manually hit enter in the input area.

I have duplicated the exact same parameters in Alias, for example, and the commands are executed fine.

<triggers>
  <trigger
   enabled="y"
   match="qqqq"
   sequence="100"
  >
  <send>c en</send>
  </trigger>
</triggers>
#1
And to clarify I am using the GUI. Config > Appearance > Triggers.
Amended on Sat 24 Jun 2023 03:56 AM by Maxson
Australia Forum Administrator #2

The “send” value is sent, but not executed.

What do you mean “not executed”?

#3
I mean the "send" value is sent but nothing happens until I hit enter.

In this example, when "qqqq" is recognized, the trigger will fire and send the text "c en" but not execute the command until I manually hit enter.

----------------------

EDIT!

This seems to only happen when using the Test Trigger command.
Amended on Sat 24 Jun 2023 04:07 PM by Maxson
Australia Forum Administrator #4
In the "test trigger" window you need to manually insert the linebreaks, using Ctrl+Enter. In your case, before and after the "qqqq" line.

eg.


Ctrl+Enter
qqqq
Ctrl+Enter