Sorry to have to ask but I'm in the dark on this stuff and couldn't hash it togeter off other posts.
prompt line loosk like
<30hp 100m 100mv 21> with the fourh number being the hour
Ideally I would like it to send a message when the hour rolls over with a warning at 20 seconds in and 25 seconds into the hour. The hour is variable, somewhere around 30 seconds.
I have it matching on
<trigger enabled="y"
keep_evaluating="y"
match= <(.*?)hp (.*?)m (.*?)mv (.*?)>
regexp="y"
send_to=World
Was trying this and other variations of in send,
if %4 ~= old_hour
old_hour = %4
DoAfterNote (30, "TICK IN 5 SECONDS!") -- 5 seconds warning
end -- if
However all it does is spam me with what I have entered in the send box.
prompt line loosk like
<30hp 100m 100mv 21> with the fourh number being the hour
Ideally I would like it to send a message when the hour rolls over with a warning at 20 seconds in and 25 seconds into the hour. The hour is variable, somewhere around 30 seconds.
I have it matching on
<trigger enabled="y"
keep_evaluating="y"
match= <(.*?)hp (.*?)m (.*?)mv (.*?)>
regexp="y"
send_to=World
Was trying this and other variations of in send,
if %4 ~= old_hour
old_hour = %4
DoAfterNote (30, "TICK IN 5 SECONDS!") -- 5 seconds warning
end -- if
However all it does is spam me with what I have entered in the send box.