cantrels
May 14th, 2006, 15:12
Is there a way to combine the field name plus some additional text in the description of a numbercontrol?
For example:
<numbercontrol name="weapon1dmgmod">
<bounds rect="400,556,34,23" />
<displaysign />
<noreset />
<hideonvalue value="0" />
<description field="weapon1" />
<tabtarget next="weapon1critical" prev="weapon1damage" />
</numbercontrol>
I know that will display as a description the contents of the first weapon field. But is it possible to have a text string be displayed along with the field contents, meaning to append a string to the end of the field contents?
For example:
<numbercontrol name="weapon1dmgmod">
<bounds rect="400,556,34,23" />
<displaysign />
<noreset />
<hideonvalue value="0" />
<description field="weapon1" />
<tabtarget next="weapon1critical" prev="weapon1damage" />
</numbercontrol>
I know that will display as a description the contents of the first weapon field. But is it possible to have a text string be displayed along with the field contents, meaning to append a string to the end of the field contents?