<triggers>
<trigger
enabled="y"
keep_evaluating="y"
match="^This quest is called \'(?P<quest_name>.+)\'\, for Adventurers levels (?P<quest_min_lvl>.+) to (?P<quest_max_lvl>.+)\.$"
regexp="y"
send_to="10"
sequence="100"
>
<send>world.SetClipboard ("Quest Name %1")
world.note ("Quest Name %1")</send>
</trigger>
</triggers>
i've tried with and without world. before the commands, and the trigger is set to execute.
<trigger
enabled="y"
keep_evaluating="y"
match="^This quest is called \'(?P<quest_name>.+)\'\, for Adventurers levels (?P<quest_min_lvl>.+) to (?P<quest_max_lvl>.+)\.$"
regexp="y"
send_to="10"
sequence="100"
>
<send>world.SetClipboard ("Quest Name %1")
world.note ("Quest Name %1")</send>
</trigger>
</triggers>
i've tried with and without world. before the commands, and the trigger is set to execute.