Code: Select all
{
"eval": {
"script": "volumne = volumestart"
}
},
Code: Select all
volcalibrate = storagevolcalibrate;
Code: Select all
var storagevolcalibrate = teaseStorage.getItem('storagevolcalibrate') || 0;
Code: Select all
var volcalibrate=40;
Hope this helps.
Regarding the property errors, maybe you could wrap the eval inside "if (Sound.get('estim')) {"


