I'm trying to add in a "shapeshift" skill for a lycanthrope character. I've succeeded in getting the skill listed in the "Other Skills" section but I cannot call these values from macros. If I use the macro button in the character sheet it works, but I wan't to have the skill check shown as a token action - and thus called from an "attributes and abilities" macro. I get errors when I use the following: repeating_skills_#_otherskill repeating_skills_#_shapeshift repeating_skills_0_shapeshift shapeshift The macro runs with a value of "3" when I use: repeating_skills_0_otherskill So I think the last one is more correct, but it is not actually using the correct value for the skill. It always uses a value of 3. What am I doing wrong?