21.10.2024, 10:24
Just create a tag and tag the object you want to readresponse
Then create an event logic with this:
Then create an event logic with this:
Code:
if event.type == 'groupread' then
grp.response(event.dst, grp.getvalue(event.dst))
end