05.09.2017, 13:33
(31.08.2017, 11:29)admin Wrote: You can use an object or a storage variable as a status, then check this status after each sleep:
Code:os.sleep(23)
if not grp.getvalue('1/1/1') then
return
end
Thanks admin!!
It works! The inconvenience is that i have to copy that a lot of times in the code, but it works.
Ivan.