I'm trying to recreate a few classes from 3.5 in the Pathfinder editor but I'm having some issues.
The current issue I'm having is with the Soulknife. I have already added the Mind Blade (Shortsword), Mind Blade (longsword), Mind Blade (Bastard), and Dual Mind Blade scripts but they keep coming up with an error. It says, "Syntax error in 'pre-requisite rule' script for Thing 'wMBShortSW' on line one -> Tag 'Classes.Soulknife' not defined. This goes for all of the other Mind Blades. The script for Mind Blade (Shortsword) is:
if (tagcount[Classes.Soulknife] >= 1) then
@valid = 1
endif
Which is a direct copy and past from the 3.5 editor.
Also, when I try to add Class Special abilities that I added to the class they do not show up on the list.
The current issue I'm having is with the Soulknife. I have already added the Mind Blade (Shortsword), Mind Blade (longsword), Mind Blade (Bastard), and Dual Mind Blade scripts but they keep coming up with an error. It says, "Syntax error in 'pre-requisite rule' script for Thing 'wMBShortSW' on line one -> Tag 'Classes.Soulknife' not defined. This goes for all of the other Mind Blades. The script for Mind Blade (Shortsword) is:
if (tagcount[Classes.Soulknife] >= 1) then
@valid = 1
endif
Which is a direct copy and past from the 3.5 editor.
Also, when I try to add Class Special abilities that I added to the class they do not show up on the list.