View Single Post
  #1  
Unread 10-29-2004, 09:25 PM
Findarato's Avatar
Findarato Findarato is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nagafen
Posts: 339
Default Current debt percentage

Code:
<!-- Experience Label -->
<Text DynamicData="/GameData.Self.ExperienceCurrent" Font="/Fonts.FontArial14" LocalText="10000/10000" Location="240,1" Margin="0,0,5,0" Name="HitPointsValue" ScrollExtent="80,20" Size="80,20" TextAlignmentVertical="Center">10000/10000</Text>
<Text DynamicData="/GameData.Self.ExperienceDebtCurrent" Font="/Fonts.FontArial14" LocalText="10000/10000" Location="240,1" Margin="0,0,5,0" Name="HitPointsValue" ScrollExtent="80,20" Size="80,20" TextAlignmentVertical="Center">10000/10000</Text>
<!-- /Experience Label -->

I was trying to mod the experiance window to show the current debt and I cant seem to get it to work. any help woudl be nice
__________________


Reply With Quote