
I cannot figure out how to call a macro on a target token?
I know I can get an attribute by using:
@{target|MyCustomAttribute}, but I would like to be able to call a macro the same way.
Background:
Each of my "character" tokens has an attack and defend macro. I would like the attack macro of the selected token call the defend macro of the target.
P.S. I know I can do anything I want with the API, but I am trying not to use the API for this project. I want to keep it simple.
I know I can get an attribute by using:
@{target|MyCustomAttribute}, but I would like to be able to call a macro the same way.
Background:
Each of my "character" tokens has an attack and defend macro. I would like the attack macro of the selected token call the defend macro of the target.
P.S. I know I can do anything I want with the API, but I am trying not to use the API for this project. I want to keep it simple.