If I assign an echo device to a global variable, then use that variable in another piston, I can’t find the echo attribute “setVolumeSpeakAndRestore”
But if I change an already existing piston from this:
to this:
then the “setVolumeSpeakAndRestore” attribute remains and seems to work ok…
In other words, I don’t seem to have the same echo device attributes available to me when it’s listed in a global variable, but if I swap out an echo device for the global variable that has the echo device in it, it’ll work.