Renderance, I would have to say that you should try to use the total bonus attributes in your macro. Here is an example of a drop down menu macro for skills that incorporates a misc. modifier query for the rare modifier or assist without having to change the character sheet: &{template:pf_check} {{name=@{selected|character_name}'s}} {{check=Skill Check}} {{foo= ?{Choose a Skill(† trained only)| Acrobatics, Acrobatics: [[ 1d20 + [[ @{selected|Acrobatics} ]] + ?{Modifier?|0} ]] | Athletics, Athletics: [[ 1d20 + [[ @{selected|Athletics} ]] + ?{Modifier?|0} ]] | Bluff, Bluff: [[ 1d20 + [[ @{selected|Bluff} ]] + ?{Modifier?|0} ]] | †Computers, Computers: [[ 1d20 + [[ @{selected|Computers} ]] + ?{Modifier?|0} ]] | †Culture, Culture: [[1d20 + [[@{selected|Culture} ]] + ?{Modifier?|0} ]] | Diplomacy, Diplomacy: [[ 1d20 + [[ @{selected|Diplomacy} ]] + ?{Modifier?|0} ]] | Disguise, Disguise: [[ 1d20 + [[ @{selected|Disguise} ]] + ?{Modifier?|0} ]] | †Engineering, Engineering: [[ 1d20 + [[ @{selected|Engineering} ]] + ?{Modifier?|0} ]] | Intimidate, Intimidate: [[ 1d20 + [[ @{selected|Intimidate} ]] + ?{Modifier?|0} ]] | †Life Science, Life Science: [[ 1d20+ [[ @{selected|Life-Science} ]] + ?{Modifier?|0} ]] | †Medicine, Medicine: [[ 1d20 + [[ @{selected|Medicine} ]] + ?{Modifier?|0} ]] | †Mysticism, Mysticism: [[ 1d20 + [[ @{selected|Mysticism} ]] + ?{Modifier?|0} ]] | Perception, Perception: [[ 1d20 + [[ @{selected|Perception} ]] + ?{Modifier?|0} ]] | †Physical Science, Physical Science: [[ 1d20+ [[ @{selected|Physical-Science} ]] + ?{Modifier?|0} ]] | †Profession, Profession (@{selected|Profession-name}): [[ 1d20 + [[ @{selected|Profession} ]] + ?{Modifier?|0} ]] | †Profession 2, Profession (@{selected|Profession2-name}): [[ 1d20 + [[ @{selected|Profession2} ]] + ?{Modifier?|0} ]] | Sense Motive, Sense Motive: [[ 1d20 + [[ @{selected|Sense-Motive} ]] + ?{Modifier?|0} ]] | †Sleight of Hand, Sleight of Hand: [[ 1d20 + [[ @{selected|Sleight-of-Hand} ]] + ?{Modifier?|0} ]] | Stealth, Stealth = [[ 1d20 + [[ @{selected|Stealth} ]] + ?{Modifier?|0} ]] | Survival, Survival: [[ 1d20 + [[ @{selected|Survival} ]] + ?{Modifier?|0} ]]}}} Note: this will only work for character skills, drone and NPC skills have different attribute names. Edit: That string will not work. The copy paste action did not mind my p's and q's. The query within the query must not use | or }, it must use the HTML entities to get around this problem. When copy pasted these items are returned to their presented characters.