DangerMaus
Member
Learning the editor but having problems finding a list of components, fields, tags etc. that are specific to Pathfinder. Is this all documented somewhere that I haven't been able to locate yet?
What I am trying to do is recreate the Metamagic School Focus feat but I am having trouble with the prereq for being a specialist. I found the Thing for the specialist schools (i.e. ssAbjur, ssConjut etc.) but not how to reference them. Here is an example of what I have:
if (hero.tagis[ssAbjur] <> 0) then ValidCnt = 1
I do this for each school and check the value of ValidCnt at the end.
-dm
What I am trying to do is recreate the Metamagic School Focus feat but I am having trouble with the prereq for being a specialist. I found the Thing for the specialist schools (i.e. ssAbjur, ssConjut etc.) but not how to reference them. Here is an example of what I have:
if (hero.tagis[ssAbjur] <> 0) then ValidCnt = 1
I do this for each school and check the value of ValidCnt at the end.
-dm