(21.02.2019, 22:12)Erwin van der Zwart Wrote: Hi,
event.dst returns the address so the correct way to compare is:
if event.dst == '1/1/1' then
—Your action here
end
grp.find returns all object details in a table so you can’t compare that with event.dst that is returned as a string.
BR,
Erwin
Thanks a lot I really appreciate the fast response from you guys!