View Single Post
Old 10-11-2002, 11:13 PM   #1
OBCENEIKON
A Bat
 
Join Date: Sep 2002
Server: The Rathe
Posts: 1
Send a message via AIM to OBCENEIKON
Default Number of letters in Player Window

I am adding the Int stat and Cha stat in my PW. But for some reason the Int is correct but the Cha is being displayed Ch instead. for some reason it is trunctuating the "a" I have Cha in the text tags. Any help would be appreciated.
Code:
<Label item ="PW_Cha"> <ScreenID>ChaLabel</ScreenID> <Font>3</Font> <RelativePosition>true</RelativePosition> <Location> <X>110</X> <Y>0</Y> </Location> <Size> <CX>21</CX> <CY>14</CY> </Size> <Text>Cha</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>false</AlignRight> </Label> <Label item ="PW_ChaNumber"> <ScreenID>ChaNumberLabel</ScreenID> <EQType>11</EQType> <Font>3</Font> <RelativePosition>true</RelativePosition> <Location> <X>127</X> <Y>0</Y> </Location> <Size> <CX>21</CX> <CY>14</CY> </Size> <Text>0</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>false</AlignRight> </Label>
__________________
Aannydarya Xegony 51 Enchantress
<Rathe Nation>
The Rathe
OBCENEIKON is offline   Reply With Quote