View Single Post
  #21  
Unread 04-29-2007, 09:47 AM
Syndic Syndic is offline
A Young Mystail Rat
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 7
Default

OK there is certainly something I'm missing here.

The 3 texts I've listed below, I only seem to be getting the words "Not working" to appear. Anyone able to spot the stupid mistake I'm making?

This is inside the player window btw.
Code:
<Text Visible="False" DynamicData="/GameData.Self.Level" Font="/Fonts.FontZapf15" LocalText="70" Margin="0,0,5,0" Name="advLevel" ScrollExtent="120,15" ShadowStyle="/ShadowStyles.Outline1" Size="120,15" TextAlignment="Right" TextAlignmentVertical="Center" TextColor="#F0D090">70</Text>
<Text Visible="False" DynamicData="/GameData.Self.SubClass" Font="/Fonts.FontZapf15" LocalText="Shadowknight" Margin="0,0,5,0" Name="advClass" ScrollExtent="120,15" ShadowStyle="/ShadowStyles.Outline1" Size="120,15" TextAlignment="Right" TextAlignmentVertical="Center" TextColor="#F0D090">Shadowknight</Text>
<Text AbsorbsInput="false" Font="/Fonts.FontZapf15" LocalText="50 Shadowknight"  OnShow="Text=advLevel.LocalText ## (' ') ## advClass.LocalText" Margin="0,0,5,0" Name="advLevelClass" ScrollExtent="130,15" ShadowStyle="/ShadowStyles.Outline1" Size="130,15" TextAlignment="Right" TextAlignmentVertical="Center" TextColor="#F0D090">Not working</Text>
Reply With Quote