02-05-2013, 06:11 PM
I guess Seph didn't account for that. Wow. You're the first person to notice that after all these years. In any case, I have a solution:
Place this bit of code on line 23, right above the # Draws Bar code. In doing this, the background for the bar will draw just fine. But it will exit if there is no value to send into the bar.
In any event, I just edited the script posted above and included the fix. I know Seph wouldn't mind.
Place this bit of code on line 23, right above the # Draws Bar code. In doing this, the background for the bar will draw just fine. But it will exit if there is no value to send into the bar.
Code:
# Exit if bar is empty
return if max==0
In any event, I just edited the script posted above and included the fix. I know Seph wouldn't mind.