This one is pretty simple. Change line 11 from:
<Page AbsorbsInput="false" DynamicData="/GameData.Target.Health" DynamicDataFilter="0001" Location="11,27" Name="HealthPage" ScrollExtent="150,39" Size="150,39">
to:
<Page AbsorbsInput="false" DynamicData="/GameData.Target.Health" DynamicDataFilter="0001" Location="11,27" Name="Health" ScrollExtent="150,39" Size="150,39">
and line 73 from:
<Page AbsorbsInput="false" DynamicData="/GameData.Target.Health" DynamicDataFilter="0001" Location="23,27" Name="HealthPage" ScrollExtent="130,39" Size="130,39">
to:
<Page AbsorbsInput="false" DynamicData="/GameData.Target.Health" DynamicDataFilter="0001" Location="23,27" Name="Health" ScrollExtent="130,39" Size="130,39">
The game automatically shows the health bar then. I don't think it breaks anything else in the window but... you never know.
|