29.01.2020, 13:34
If you don't want to run script if blocking is set to true then simply add this to the start of your script:
Code:
blocking = grp.getvalue('0/0/1')
if not blocking then
return
end