<triggers>
  <trigger
   enabled="y"
   group="GreatHuntScore"
   keep_evaluating="y"
   match="^\#(?:\d+)\s+(?:.+)\s+(\d+)$"
   omit_from_output="y"
   regexp="y"
   send_to="12"
   sequence="100"
  >
  <send>currentscore = 0
if lastscore &gt; 0 then
  currentscore = lastscore - tonumber("%1")
end
Note("%0 - " .. currentscore)
lastscore = tonumber("%1")</send>
  </trigger>
  <trigger
   enabled="y"
   group="GreatHuntScore"
   keep_evaluating="y"
   match="^These are rankings for the Great Hunt currently in progress\.$"
   regexp="y"
   send_to="12"
   sequence="100"
  >
  <send>lastscore = 0</send>
  </trigger>
</triggers>