Ok, I don't know how to explain this so I attached a screen shot.
Basically, I am using a script from the cleric domain Rage in a Custom Ability. It all works well with no problems. But once the ability is chosen, it appears twice. Is there a way to get rid of one of them. It doesn't matter which one, it just makes a mess. I also have "Upgrade - Hide from List" checked.
Thank you for any ideas or help
Here is the script:
Post Levels 5000
~modify our linked class to add modern hero training
~we'll use the tertiary abilities slot for these
linkage
.field[cCustTeTot].arrayvalue[11] += 1
linkage
.field[cCustTeTot].arrayvalue[15] += 2
linkage
.field[cSpec3rdSi].text = "Cross Training"
Final Phase 99999999
~we'll overwrite the tertiary abilities' expression, since we need
~to make them use primary modern hero training
linkage
.field[cCstS3Expr].text = "(SpecSource.arMHEngine)"
Levels 10000
hero.childfound[cHelpMdH].field[cGiveSp3rd].value += 1
Basically, I am using a script from the cleric domain Rage in a Custom Ability. It all works well with no problems. But once the ability is chosen, it appears twice. Is there a way to get rid of one of them. It doesn't matter which one, it just makes a mess. I also have "Upgrade - Hide from List" checked.
Thank you for any ideas or help
Here is the script:
Post Levels 5000
~modify our linked class to add modern hero training
~we'll use the tertiary abilities slot for these
linkage
linkage
linkage
Final Phase 99999999
~we'll overwrite the tertiary abilities' expression, since we need
~to make them use primary modern hero training
linkage
Levels 10000
hero.childfound[cHelpMdH].field[cGiveSp3rd].value += 1