Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Authoring Kit
Register FAQ Community Today's Posts Search

Notices

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
EightBitz
Senior Member
 
Join Date: May 2013
Posts: 1,458

Old September 24th, 2017, 03:31 AM
I'm experimenting with the character sheet (sheet_standard1.dat), and I'm confused by an issue. When I use output_label with a text element, things seem to work as expected. But when I use a labeltext script, things do not work as expected (meaning not what I would have expected).

So here's my code for what works:
Code:
<template
   id="oAgility"
   name="Agility"
   compset="Attribute">

   <portal
      id="oAgility"
      style="outNormal">

      <output_label
         text="hello">
         </output_label>
      </portal>

    <position><![CDATA[
      portal[oAgility].top=0
      ]]></position>
</template>
And here's my code for what does not work:
Code:
<template
   id="oAgility"
   name="Agility"
   compset="Attribute">

   <portal
      id="oAgility"
      style="outNormal">

      <output_label>
         <labeltext><![CDATA[
            @text = "hello"
            ]]></labeltext>
         </output_label>
      </portal>
			
   <position><![CDATA[
      portal[oAgility].top=0
      ]]></position>
</template>
In the example that works, I see the word "hello" appear where I expect it to appear. In the example the does not work, I do not see "hello" appear at all, anywhere on the sheet.

When I switch between these two methods, I'm not changing any other code anywhere else in the file. I'm probably missing something simple (again), but I've looked it over and over, and compared it to other examples. Whatever I'm missing, I haven't been able to figure it out yet.
EightBitz is offline   #1 Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 02:21 AM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.