View Single Post
Old 05-31-2020, 05:25 PM   #1
Jinaabi3169
A Gray Wolf
 
Join Date: Jul 2008
Posts: 4
Default Number values are in decimal format

I haven't played for a year. I have a custom Player window I've built, and I have a series of numerical fields for HP, End, Mana XP and AA gauges. They used to be formatted with a percent, but now they are a decimal Here is the definition of the HP one:

Code:
<Label item="Player_HPPercentage"> <ScreenID>HPPercentage</ScreenID> <EQType>19</EQType> <Font>2</Font> <RelativePosition>true</RelativePosition> <Location> <X>135</X> <Y>52</Y> </Location> <Size> <CX>33</CX> <CY>11</CY> </Size> <Text>100</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> <AlignLeft>false</AlignLeft> </Label>


Can I format it as a whole number? Anyone know what changed?
Jinaabi3169 is offline   Reply With Quote