Dumb Question: The Sequel
I have now created a character (as opposed to npc) and want to create some token actions for the character's attacks. I can see that the roll template name is atkdmg but I have no idea how to reference that appropriately within an Ability which I hope to then designate as a Token Action.
I assume it will look something like %{selected|no idea what goes here but suspect it has something to do with atkdmg} but having tried various things none really seem to work - as they say "a little knowledge can be a dangerous thing"
Tim Barnes said:
Hi All
Probably a really dumb question but here goes....
I have set up a character sheet, changed it to NPC and then copied a goblin in to the sheet - that works great (well done to Roll20 - this is awesome!). The goblin has two different attacks, a scimitar and a shortbow. I can see that if I click on those attacks within the sheet it rolls the attack in the chat window and then if I click on the attack name in the chat window it rolls damage - so far so good.
I now want to assign these attacks as Token Actions so that when I select a goblin token the scimitar and shortbow actions appear as "buttons" (ie without having to open the sheet). Once I know how to do this I then intend to use this sheet to set up "Mook" tokens (as per the token tips and tricks entry).
Help - please!
Response from Ed S. to the above which gave me a good solution:
I just made two macros in the Settings tab and set them as a token actions.
%{selected|repeating_npcaction_$0_npc_action}
and
%{selected|repeating_npcaction_$1_npc_action}
That will take care of %80 of the critters out there for rolling the first two attacks
While we are at it also make these for initiative
%{selected|npc_init} for the NPCs
%{selected|initiative} for the PC's, make that one visible to players.
Happy Gaming!
Now for the new problem:%{selected|repeating_npcaction_$0_npc_action}
and
%{selected|repeating_npcaction_$1_npc_action}
That will take care of %80 of the critters out there for rolling the first two attacks
While we are at it also make these for initiative
%{selected|npc_init} for the NPCs
%{selected|initiative} for the PC's, make that one visible to players.
Happy Gaming!
I have now created a character (as opposed to npc) and want to create some token actions for the character's attacks. I can see that the roll template name is atkdmg but I have no idea how to reference that appropriately within an Ability which I hope to then designate as a Token Action.
I assume it will look something like %{selected|no idea what goes here but suspect it has something to do with atkdmg} but having tried various things none really seem to work - as they say "a little knowledge can be a dangerous thing"