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).