I'm having a problem with a feat. This feat has a racial special (Change Shape-raChangeSh) bootstraped. The thing is that you can take this feat more than once, and everytime you select this feat it adds one aditional use of that racial special per day. You can also select this feat if you already have the Change Shape ability and it adds one adicional use of that ability per day.
The eval script I'm using to it is this one:
hero.childfound[raChangeSh].field[trkMax].value += 1
The thing is that every time you select this feat it adds a new ability to the special tab, instead of just adding the extra use of the ability per day.
Is there a way to make that this feat bootstraps the racial ability only when you don't have it already and, in case you already do, adds the extra use per day?
I was thinking on putting a condition on the bootstraped ability, so the bootstrap only works if you don't have already the Change Shape ability, but I don't know how to write it.
Any help will be most apreciated
The eval script I'm using to it is this one:
hero.childfound[raChangeSh].field[trkMax].value += 1
The thing is that every time you select this feat it adds a new ability to the special tab, instead of just adding the extra use of the ability per day.
Is there a way to make that this feat bootstraps the racial ability only when you don't have it already and, in case you already do, adds the extra use per day?
I was thinking on putting a condition on the bootstraped ability, so the bootstrap only works if you don't have already the Change Shape ability, but I don't know how to write it.
Any help will be most apreciated
