i recently came back to playing and tried using a trigger for some reason it keeps firing intoo chat and not finishing the action.
[EDIT] Added code tags. NG
<triggers>
<trigger
enabled="y"
lines_to_match="3"
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\) \*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>
You ooc '.. Clearly revealing its inner workings. '(.*?)' is your best option.Z"'
[EDIT] Added code tags. NG