
I have this macro for attacks in a pathfinder module that was pregenerated and purchased in the marketplace. It uses the pathfinder sheet but does not check the targets AC for success. The Goblin attacks with his @{name}! Attack Result: [[1d20 + @{total-attack}]] (Needs at least [[(@{crit-target}) + @{total-attack}]] to crit.) Damage Result: [[@{damage-dice-num}d@{damage-die} + @{total-damage}]] Crit: @{crit-target}/x@{crit-multiplier} Crit Confirm: [[1d20 + @{total-attack}]] Crit Damage: +[[(@{damage-dice-num} * (@{crit-multiplier} - 1))d@{damage-die} + (@{total-damage} * (@{crit-multiplier} - 1))]] Type: @{type} Notes: @{notes} @{attack-notes} What can I add and where would I put it to have it so that when I hit the attack button it asks me to click on a target to attack and then checks the attack roll against the AC of that creature to determine success? Something like @{targeted_token|@AC} or somesuch I guess??? But what would it look like and where in the macro would I add that? It would be awesome if someone super smart could distill this down to babytalk for me. Edit- Something like this I think. (I got this from other pregen characters, these ones only use the ability section of the sheet and all things are listed as token actions. But they don't use the actual sheet entries from the charactersheet so the macros are different.) @{selected|token_name} makes a @{nm1} attack against @{target|token_name}! [[1d20+7]] vs. [[@{target|AC}]] A.C. DMG:[[@{dmg1}]] 2nd Edit-- Is it better to use the Attributes and Abilities section or to use the actual Sheet itself for the long term? Talking about my NPCs, Monsters, or Characters. I have very little experience with this so don't really know the pros and cons to these two different ways of doing things. Attributes and Abilities seems quicker and simpler, maybe for monsters and NPCs and then all PCs with the actual Sheet portion? You thoughts would be good on that.