
I would appreciate some help with a macro. I would like to auto mark a target.
Example: When a fighter attacks in 4e, he marks a target no matter hit or miss. How could I get his attacks to mark his target with one of the games markers. Lets say, the yellow circle.
Here is the macro I am using for a basic melee attack. I am using the powercard2 API as well.
Thank you in advanced for those helping.
You Friendly Neighborhood Dungeon Master,
Ryeaa
Example: When a fighter attacks in 4e, he marks a target no matter hit or miss. How could I get his attacks to mark his target with one of the games markers. Lets say, the yellow circle.
Here is the macro I am using for a basic melee attack. I am using the powercard2 API as well.
!power --tokenid|@{selected|token_id} --emote|The Fighter resorts to the simple attack he learned when he first learned to fight, bludgeoning things. --format|atwill --name|Melee Basic Attack --leftsub|At-Will --rightsub|Standard Action --Attack|[[1d20 + @{strength-mod} [Strength Mod]]] vs @{target|token_name} AC of @{target|bar2} --Hit|[[1d4 + @{strength-mod} [Strength Mod]]] Melee Damage~~~~C//+[[@{wisdom-mod}]] to hit if an **opportunity attack**//~C
Thank you in advanced for those helping.
You Friendly Neighborhood Dungeon Master,
Ryeaa