21.02.2019, 22:12
(This post was last modified: 21.02.2019, 22:13 by Erwin van der Zwart.)
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
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