I have been trying to add a group of three status bars for my avoidance skills (block, parry and deflect). The data comes as a precentage and I can display the data as text. But it does not seem to be operating the progressbars, each bar stays at the setting "Progress=x.x". Am I missing something silly that anyone can see ?
Here is the typical coding I added for each progress bar.
<Progressbar BackgroundColor="#000000" Color="#A6A6A6" DynamicData="/GameData.Stats.Defense_AvoidanceBlock" DynamicDataFilter="" Location="56,6" Name="Block%Bar" Progress="0.500" ScrollExtent="200,5" Size="200,5" Style="/progressbarlist.progress_default4"/>