View Single Post
royalfa
Member
 
Join Date: Feb 2011
Posts: 37

Old January 13th, 2012, 03:13 PM
Ok I resolve the selection of skills (2) at the creation step of the character "bootstraping" the things. Here is the code.

Quote:
<thing id="OrSkill2" name="Origin Skill" description="Origin Skill." compset="RaceFeat">
<fieldval field="usrCandid1" value="component.Skill"/>
<tag group="Hide" tag="Special"/>
<eval phase="Traits" priority="10000"><![CDATA[
~add origin skills
perform forward[OrSkill.?]
]]></eval>
</thing>
Every race must have this. (here is one question: If all races must have this is good idea put in the componet.race or is fine in each thing.race?)

Ok. The trouble is that this second chose list allows to chose again the first skill selected. How I make the menu don't show the skill already selected?

Moreover, as I previously said in other post the characters can only purchase ranks on this 2 skills and that granted by his classes.
The above "thing" has the instruction -->
Code:
perform forward[OrSkill.?]
and I think in add this in the portal baSkill defined in the tab_skills
Code:
<list>OrSkill.?</list>
this not work. I try other things with list but without success either.

I will try with <candidate> and try to find another way to "filter" to show the skills in the respective tab
At last, some skill will need to be showed, because they have ranks but the character can't purchase ranks in this ones. I'm thinking this kind of skill only show in summary tabs and in sheets, again need to figure it out how to make a filter. (this based in the ranks>0)

Thanks
royalfa is offline   #1 Reply With Quote