CodeSpeaker
Member
I"m trying to create a favored class option to add to a classes custom abilities.
I found this with the human rogue
I when I emulate this code, it works with the primary custom ability.
However I need it to work with the secondary (and maybe tertiary) abilities. What do I replace 'cgivespec' with? and how/where do I find that out. I've been looking for a master list of codes. Is there one somewhere?
thanks in advance.
I found this with the human rogue
Code:
field[abValue].value += round(field[fcCount].value/6,0,-1)
hero.childfound[cHelpRog].field[cGiveSpec].value += field[abValue].value
I when I emulate this code, it works with the primary custom ability.
However I need it to work with the secondary (and maybe tertiary) abilities. What do I replace 'cgivespec' with? and how/where do I find that out. I've been looking for a master list of codes. Is there one somewhere?
thanks in advance.