
Not sure it matters, but we play D&D 3.5. I have been trying to make a macro that allows me, the DM, to make a Spot check for each of the PCs with a single click. Their Spot Skill does not change often so I am fine hard coding it. The macro below works, it asks me for the target number (DC) then rolls for each character and gives me the total of roll+skill.
What I would like it to do now is compare the roll to the target and let me know if each character meets or beats it. It can say PASS or FAIL, or change the number a different color, just something so I can easily glance at the list, tell who passed so I can let them know they noticed the trap door or whatever. Once I get this one done I plan to make others for Listen, Sense Motive, etc. Have been looking through help and the forum but not made any progress past this point.
Thanks!
/em makes LISTEN CHECKS VS DC?{DC|15}
..
Chonk gets a [[d20+7]]
Knots gets a [[d20+5]]
Onoya gets a [[d20+6]]
Elendril gets a [[d20+9]]