This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

script being executed multiple times
#1
Hey guys,

every script i make is being executed twice when i test them

example script: 

value = event.getvalue()

if (value == true) then
  grp.write('11/0/0',true)
elseif (value == false) then
  grp.write('11/0/1',true)
end


any idea what's happening?
Reply
#2
Log the trigger object and check why it is send twice.
------------------------------
Ctrl+F5
Reply


Forum Jump: