I'm trying to add Traits from the PFRPG to the Pathfinder game system. I'm using an example from d20 Pathfinder traits to make sure I get the syntax right. I've tried a couple and get the same error each time.
First, skills in the Pathfinder system have been changed to a uniqueID prefix of 'skxxxxxxx' instead of 'kxxxxxxx' in d20. I've already made that change (note, however, that the editor help file still uses 'kxxxxxxx'.)
I've copied, for instance, the Caretaker trait exactly from the d20 version (other than change the unique id from kHeal to skHeal.) I keep getting this error: "Secondary tagexpr for pick 'trWCcrtkr' is scheduled after primary condition test is scheduled."
Obviously this is a timing error. The eval script for the d20 version assigns the timing as "Pre-Levels (Users)" and priority as "100". I did the same.
Is something different that requires a different timing for Traits?
Thanks!
First, skills in the Pathfinder system have been changed to a uniqueID prefix of 'skxxxxxxx' instead of 'kxxxxxxx' in d20. I've already made that change (note, however, that the editor help file still uses 'kxxxxxxx'.)
I've copied, for instance, the Caretaker trait exactly from the d20 version (other than change the unique id from kHeal to skHeal.) I keep getting this error: "Secondary tagexpr for pick 'trWCcrtkr' is scheduled after primary condition test is scheduled."
Obviously this is a timing error. The eval script for the d20 version assigns the timing as "Pre-Levels (Users)" and priority as "100". I did the same.
Is something different that requires a different timing for Traits?
Thanks!