13.06.2022, 06:58
Use this:
Code:
objects = grp.tag('my_tag_name')
for _, object in ipairs(objects) do
if object.value == 3 then
object:write(object.value)
end
end