For my L5R game, I'm trying to create a "count up" bar with multiple images (for strife).
I created a simple macro that adds 1 to the stat and updates the bar to equal the stat (similar to a health bar but backwards).
[h: strife= strife + 1]
[if(strife>=composure): setState("Compromised",1)]
[h: setBar("StrifeBar", Strife/20)]
My issue is that I can't get the pictures to track correctly. When the stat=2 it shows me picture 3 and all other pictures become out of order. The images are similar to the one I added here, just with a diffrent number of symbos. In the preview in the campaign properties I can't really see what's going on to troubleshoot. There are 21 images in the bar (0-20) and it generally works, just weird syncronic issues.
Is there a standard image size for bars?