I have a Custom Ability for an archetype that does Channel Energy. How do you get it to chose positive or negative in the tracker? I know it has something to do with the following, but I just can't seem to get there.
Code:
perform linkage[table].assign[ClassPanel.Channel]
linkage[table].field[cClrTurn].value += 1
perform assign[Helper.ChannelPos]
linkage[table].field[cClrTurn].value -= 1
perform assign[Helper.ChannelNeg]