So I have a need to try and combine two text fields from my Scoreboard into a single field in my overlay with a separator between them, and only if the second field has data (ie is not null) in it.
Example:
field1_1 = George
field2_1 = Fred
Displayed on Overlay as George & Fred
field 1_2 =...
Can we get an update to the Stream deck plugin so that it works properly with the timers. Right now there is no way to stop, and restart a timer back at its default value using just the Stream deck.
I am trying to make a second copy of one of my Scoreboards so I can test out some changes to it, and after creating a new Scoreboard, I get the following when I try to import the json file.
An error was encountered while importing page: 912E64E650
Please enter a value for the required field...
How can you integrate this with a Streamdeck? I tried to use the toggle on count_s, but when I turn the timer back on it seems as if the timer has been running the whole time (i.e. if I had the timer off for 10 seconds (at say 12:13), and start the timer again, instead of a new timer starting...
Sorry, have been offline for a while. Here is the script.
var timer_int = null;
if (docData['timer_1'] == true)
{
var timer_cnt = parseInt(docData['timelimit_1']) * 60;
updateTimer(timer_cnt);
$('body').queue(elemShow('.timer'));
this.timer_int = setInterval(function...
I'm not putting this in as a feature request, as I don't think this is something that should be supported, but I am asking for help anyways. In the desktop version of Scoreboard Assistant there was the option to create timers, which we used heavily in our streams. With the new online version...
I see that the field to set a default value has been added, but when I add a reset score button to my streamdeck, they are still reset back to 0 instead of the default value.
It would be very helpful if it was possible to have the Players Score in a Scoreboard reset to a specific value when you reset the scores. I use them for a count down for a players life, and so having them reset to 0 isn't very helpful.