Sarah A. said: Try taking out the spaces around the > sign: /gmroll {1d20+9}>@{selected|PPerc} I removed the spaces and that did the trick, thanks Sarah A :) Mark G. said: If you wanted to get a little fancier with it... You could create a Character Sheet for your Kobold (and any other NPC's) that contains its stealth skill as an Attribute. Link the token you're using to that sheet, and create a general Stealth Macro to do the stealth roll. This would let you click your NPC token and roll its stealth check Macro and target the PC you're hiding from: /gmroll [[1d20 + @{selected|stealth} ]]>@{Target|PPerc} You would be able to use that one macro for any NPC tokens you had linked to to character sheets that have a 'Stealth' attribute configured. Yep i'll be heading down that path Mark G I only had the +9 for testing, I try not to hard code variables when possible. Thanks for the heads up :) I feel sorry for my little kobold though, poor thing doesn't have a chance at sneaking up on that PC, even in the heat of battle :( Regards SeanA PS it doesn't show the total for the roll IE (9)+9 is the result, but i'm sure i'll nut it out :) at least its working! PPS Tom the [[ ]] seems to kill it.../gr LOVE IT always good to shorten pesky code :)