Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

Adding modifier to selected token skill Help!!!

Hallo, I'm trying to create a macro that will allow adding a temporary modifier to the Token's attribute test (Weapon Skill) on top of rolling for a successful hit. That's what I got as a base roll to hit macro: /em @{selected|token_name} roll a[[d100cs<@{selected|WW} ]] on weapon skill I have found this formula for a modifier: ?{Modifier|0} But I have no idea how to incorporate it into my macro so it only adds the modifier to the Weapon Skill value instead of both (weapon skill and dice roll).
1652967775
Kraynic
Pro
Sheet Author
My guess is that you want something like this (untested): [[d100cs<[[@{selected|WW}+?{Modifier?|0}]]]]
It’s working!! Thank you very much for help!!!!