Hello
I tried to do the following code using the addtimer command, but I can not define the group name within the addtimer function.
In the help :
http://www.gammon.com.au/scripts/function.php?name=AddTimer
it does not come like defining the group of the timer.
in which part was the group name defined?
I tried to do the following code using the addtimer command, but I can not define the group name within the addtimer function.
In the help :
http://www.gammon.com.au/scripts/function.php?name=AddTimer
it does not come like defining the group of the timer.
<timers>
<timer name="label" enabled="y" minute="3" second="0.00" offset_second="0.00" temporary="y"
group="testgroup" one_shot="y" >
<send>look</send>
</timer>
</timers>
in which part was the group name defined?
AddTimer ("label", 0, 3, 0, "look", timer_flag.Enabled + timer_flag.OneShot, "")