Class.ShortName question
Posted: Wed Sep 29, 2004 12:27 pm
below is the code I am using for Class.ShortName for my playerwindow. Only problem is with Enchanter in group slot one it shows only EN instead of ENC. Did I code it wrong ?
Edit - Only Showing first 2 letters for all classes when pulling Class.ShortName
Edit - Only Showing first 2 letters for all classes when pulling Class.ShortName
Code: Select all
<Label item="Group_Class">
<ScreenID>MQ_G_Class1</ScreenID>
<Font>1</Font>
<EQType>9999</EQType>
<TooltipReference>${Group[1].Class.ShortName}</TooltipReference>
<Location>
<X>50</X>
<Y>42</Y>
</Location>
<Size>
<CX>18</CX>
<CY>12</CY>
</Size>
<Text>ClassShortName</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>false</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
<AlignLeft>false</AlignLeft>
</Label>