06.04.2021, 05:56
It's recommended to use tags instead of DB queries. You can attach an event script to an object that will write to all objects with Vnom tag. Make sure that this object does not have this tag otherwise you will get an infinite loop.
Code:
value = event.getvalue()
objects = grp.tag('Vnom')
objects:checkwrite(value)