14.08.2015, 23:31
You can tag objects b,c,d and make a script that runs on specific tag.
your script should look like:
your script should look like:
Code:
b = grp.getvalue('5/1/2')
c = grp.getvalue('5/1/3')
d = grp.getvalue('5/1/4')
a= b or c or d
grp.write('5/1/1', a)