Saw this on a earlier post by bonn and its exactly what im trying to do i copied and pasted into my triggers and its not firing. :/ ive tried to alter a little bit but just set it back how i found it still new to this
<triggers>
<trigger
enabled="y"
lines_to_match="4"
match="^You slide in your probe into (.*?) and feel out the inside\.\n[A-Z][a-z]+\: Attempts to probe (.*?) \(picks [+-](\d+), (\d+\.\d+)\+(\d+)=(\d+\.\d+), (\d+\.\d+) Target\)\n\*progress\*\n\.\.\. Clearly revealing its inner workings. '(.*?)' is your best option\.\Z"
multi_line="y"
regexp="y"
sequence="100"
>
<send>pick %1 %8</send>
</trigger>
</triggers>