
I'm sure I'm making this more complex than it is. I made a drop down macro to select a token skill and roll the appropriate dice. I want to use the skill they selected and and make up their skill check. It will come from 1 attribute, 1 trait and 1 skill. So basically I want it to look like; X's Skill test (for the title) XXX (variable) Skill Test Skill Check = XX Here is my code so far; &{template:default} {{name=@{selected|token_name}'s Skill-Test}} {{[[1d10-1]][[1d10-1]][[1d10-1]] ?{Skill| Athletics, Athletics Skill-Test:| CloseCombat, CloseCombat Skill-Test.| Command, Command Skill-Test.| Computer, Computer Skill-Test:| Fixer, Fixer Skill-Test:| Knowledge, Knowledge Skill-Test.| Medical, Medical Skill-Test.| Observation, Observation Skill-Test.| Persuade, Persuade Skill-Test.| Pilot, Pilot Skill-Test.| PowerArmor/Mech/Tank, PowerArmor/Mech/Tank Skill-Test.| Psi-Power, Psi-Power Skill-Test.| Resistance, Resistance Skill-Test.| ShipSystems, ShipSystems Skill-Test:| Splicer, Splicer Skill-Test:| Stealth, Stealth Skill-Test.| Survival, Survival Skill-Test.| Weapons/Advanced, Weapons/Advanced Skill-Test.| Weapons/Basic, Weapons/Basic Skill-Test.} }} {{Skill Check= [[@{selected|BODY} +@{selected|Strength} +@{selected|CloseCombat}]]}} That last line contains what I want it to do but for each skill. Thanks for any Help.