fibanocci on 1/5/2014 at 17:30
Look at the tutorial. A link to a sound trap via scriptparams with data "ErrorOutput" was mentioned. This is working fine in my setup. But I also need the opposite of "ErrorOutput" (as script params).
I want a setup with a "success" sound, too.
That's why I asked for a list of scriptparams. I always wanted to know what's possible as scriptparams, btw.
LarryG on 1/5/2014 at 17:37
There is no such list. The data values are script specific. It is the script which reads and acts on the data values. To find out what the possible meaningful data values are you need to read the documentation for script which acts on the data value.
In your case it is the ShoppingCart script: "If there isn't enough money, a ScriptParams link with the data set to ErrorOutput will be triggered."