Hi again. I've been trying to set this trigger up, but i can't manage to match exactly that.
<triggers>
<trigger
enabled="y"
group="World"
match="Huh?"
regexp="y"
send_to="12"
sequence="100"
>
<send>ColourNote ("green", "white", "Press F11 for help!!!")</send>
</trigger>
</triggers>
I need to match exactly "Huh?", but for example i have something in my inventory that has Humming on it and it matchs it too. I need the trigger to match only that sentence.
Thank you.
<triggers>
<trigger
enabled="y"
group="World"
match="Huh?"
regexp="y"
send_to="12"
sequence="100"
>
<send>ColourNote ("green", "white", "Press F11 for help!!!")</send>
</trigger>
</triggers>
I need to match exactly "Huh?", but for example i have something in my inventory that has Humming on it and it matchs it too. I need the trigger to match only that sentence.
Thank you.