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
tkarn
Senior Member
 
Join Date: Jun 2007
Posts: 273

Old March 30th, 2011, 02:45 AM
I need some explanations for programming ( I think ) some simple things with herolab:

I created a "class" component:

Quote:

<component
id="Class"
name="Class"
autocompset="no">


<!-- Each race needs its own identity tag to configure the hero appropriately -->
<identity group="Class"/>

<!-- Track the race on the actor by assigning the appropriate tag -->
<eval index="1" phase="Setup" priority="5000"><![CDATA[
perform forward[Class.?]
]]></eval>

</component>
and I created an Editor Panel for the Class.

Quote:
<editthing
compset="Class"
name="Klassen"
prefix="cl"
description="Races have no special fields - only a name. If a race confers an ability,{br}create it as a special ability and bootstrap it from the race."
summary="Defines a Race that can be selected by a character.">

<inputthing
name="Zusatzbilder"
helptext="Zusatzbilder">
<it_taglist group="MagicTab" tag="?"/>
</inputthing>

</editthing>
The "Zusatzbilder" inputthing adds tags "mtRunes" and "mtComRites" from Group "MagicTab" to my new class....

Quote:

<thing id="clTest" name="Test1" compset="Class" uniqueness="unique">
<usesource source="bAE_Player"/>
<tag group="MagicTab" tag="mtComRites" name="abc"/>
<tag group="MagicTab" tag="mtRunes" name="xyz"/>
</thing>
When I add my class to my hero I can see the tag Class.clTest but I can not see the mtRunes tag. How can I check, if a class has this tag or not? I want to set an "runes" tab visible, if my class has the mtRunes tag.
tkarn 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 09:12 AM.


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