Ok, so I had some fun with Siri. Mostly because of her poor accent when
reading the English responses in German...
One major flaw I see in your code: you expect players to be in sync
gropus. Without a sync group the script would fail badly. Line 597 would
crash the script.
After I added a condition in front of it (if (result.syncgroups_loop))
it did work. Though I'd often get errors due to unknown sync groups. Eg.
"undefined now paused".
Overall I'd need to spend a lot of effort to localize this. Which brings
me to the next question: what's a usable workflow? I didn't find any
search feature in scriptable's editor, nor line numbers. Which makes
navigating difficult. How did you write all that code?
--
Michael
reading the English responses in German...
One major flaw I see in your code: you expect players to be in sync
gropus. Without a sync group the script would fail badly. Line 597 would
crash the script.
After I added a condition in front of it (if (result.syncgroups_loop))
it did work. Though I'd often get errors due to unknown sync groups. Eg.
"undefined now paused".
Overall I'd need to spend a lot of effort to localize this. Which brings
me to the next question: what's a usable workflow? I didn't find any
search feature in scriptable's editor, nor line numbers. Which makes
navigating difficult. How did you write all that code?
--
Michael
Comment