Santok1972
Member
I am working on some custom dragons and dragon abilities for an ongoing Pathfinder 1st Edition campaign, and I seem to be getting stuck checking some of the tags on the dragons.
For one ability, I'm want to check if the dragon has the Chromatic Dragon Race Group tag, so I put it inside the following if, then check. However, the If check doesn't seem to be working. When I take the changes I want to make outside of this loop, they work just fine.
if (tagis[RaceGroup.ChromaDrag] <> 0) then
endif
The same is occurring for another ability that I want to make changes based upon the DragonAge tag.
if (tagis[DragonAge.VeryYoung] <> 0) then
endif
I'm sure it's likely something rather simple that I have messed up, but I haven't found a solution yet, so I'm reaching out to the great group here.
Thank you.
For one ability, I'm want to check if the dragon has the Chromatic Dragon Race Group tag, so I put it inside the following if, then check. However, the If check doesn't seem to be working. When I take the changes I want to make outside of this loop, they work just fine.
if (tagis[RaceGroup.ChromaDrag] <> 0) then
endif
The same is occurring for another ability that I want to make changes based upon the DragonAge tag.
if (tagis[DragonAge.VeryYoung] <> 0) then
endif
I'm sure it's likely something rather simple that I have messed up, but I haven't found a solution yet, so I'm reaching out to the great group here.
Thank you.