Quote:
Originally Posted by zmd94
set_task(10.0, "m1", _, _, _, "a", 1) is not needed as you only repeat the message once. So just use set_task(10.0, "m1").
This is the same will all of your set_task. So, please change it.
Just do as I have shown to you from above code.
|
it does repeat multiple times the messages. (m1 function is called again at the end, as you coded)
the last argument, after "a", ("1" to be more explicit) means to repeat (if it's set to 0, it means to not repeat the message, in this case, if you want the message to be repeated, "a" should be replaced by "b" (loop mode) -
source).
so, it works and it does repeat...basically it does everything i wanted in the beginning.
don't believe me? try it yourself

i already did, and it works flawless.