Thread: % not working?
View Single Post
  #1  
Unread 02-11-2006, 01:15 AM
maddbomber83's Avatar
maddbomber83 maddbomber83 is offline
A Fallen Diplomat
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Oggok
Posts: 52
Default % not working?

I'm at a loss. Working on a group window and I can't get it to display % power/health for the group memebers.

It displays the 50% and 100% but does not change based off the member's actual health. Any ideas? I perty much copied the code direct from another mod of mine that does display the data. So confused.

Code:
<Text DynamicData="/GameData.Group.Group_1.PowerPercent" Font="/TextStyles.Normal.NormalStyle" LocalText="100%" Location="140,28" Name="PowerPercent" PackLocation="right, proportional" PackLocationProp="-060/0001,0035/0046" PackSize="fixed, fixed" PackSizeProp="0002/0003,0002/0003" ScrollExtent="30,15" ShadowStyle="/ShadowStylesNew.Outline.style" Size="30,15" TextAlignment="Right">100%</Text>
Code:
<Text DynamicData="/GameData.Group.Group_1.HealthPercent" Font="/TextStyles.Normal.NormalStyle" LocalText="50%" Location="140,14" Name="HealthPercent" PackLocation="right, proportional" PackLocationProp="-060/0001,0021/0046" PackSize="fixed, fixed" PackSizeProp="0002/0003,0002/0003" ScrollExtent="30,15" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,15" TextAlignment="Right">50%</Text>
__________________
Reply With Quote