
So here's what I'm trying to do.
I want to use the token selected, then use one macro, which will ask this user which attribute to add to a d20 roll. In the character sheet, I have listed out a number for each skill, such as climb, perception, stealth and in the variable theres a number between 1-20.
I'm trying to modify this macro:
Attack (Standard)
/em ?{Description}[[1d20+?{Modifiers|0}]] to hit
[[?{Damage Roll}]] damage
But add, token selected command: @{selected|token_name}
And instead of asking me for a number or string, ask me which attribute within the char sheet to use.
Not sure if I'm being clear or if this is possible.
I want to use the token selected, then use one macro, which will ask this user which attribute to add to a d20 roll. In the character sheet, I have listed out a number for each skill, such as climb, perception, stealth and in the variable theres a number between 1-20.
I'm trying to modify this macro:
Attack (Standard)
/em ?{Description}[[1d20+?{Modifiers|0}]] to hit
[[?{Damage Roll}]] damage
But add, token selected command: @{selected|token_name}
And instead of asking me for a number or string, ask me which attribute within the char sheet to use.
Not sure if I'm being clear or if this is possible.