I am trying to get this piston to announce the name of the window or door when I open or close them.
it’s not really consistent. sometimes it says the right window. sometimes nothing, sometimes the wrong window.
any ideas?
I am trying to get this piston to announce the name of the window or door when I open or close them.
it’s not really consistent. sometimes it says the right window. sometimes nothing, sometimes the wrong window.
any ideas?
Not sure if this is a factor, but I would start with removing the
double brackets and extra quotes on lines 30 & 41 above.
Written as a ‘Value’ (if memory serves me right)
Speak text "{ContactOpen} is open" and resume;
or Speak text written as an ‘Expression’ (my preference)
ContactOpen' is open'
(in an expression box, variables use no brackets, and are usually kept outside the quotes)