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

Old February 11th, 2011, 01:13 AM
I am creating the data sets for this game system Fantasy Craft but have a lot of questions (non of them solved by the help).

Nevertheless with that help, the savage example, the editor tool and the dat files I have a good idea about how to proceed.

I have a question about this error I encounter (an one other thing):

I copy this from 4e data set:

Quote:
<thing
id="trLevel"
name="Level"
compset="Trait"
isunique="yes">
<fieldval field="trtAbbrev" value="Level"/>
<tag group="explicit" tag="5"/>
<tag group="User" tag="BasicsNarr"/>

<!-- Calculate the Level trait as appropriate -->
<eval index="1" phase="Traits" priority="4000">
<before name="Derived trtFinal"/>
<after name="Calc trtFinal"/><![CDATA[
field[trtBonus].value = #level[]
]]></eval>
</thing>
When I try to load the system have an error message about the eval script:

Quote:
Error in right-side expression of assignment
I assume this refers to the "#Level[]" but I search every dat file for this definition and can't find it!!

I will appreciate any help, guide, hint whatever to solve this....
Or let me know how I can put in the basics tab the bonus of each attribute as in the d20 3.5 system.

Thanks in advance
Roy
royalfa is offline   #1 Reply With Quote