Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Macro for my player utilizing talk to myself

1514332383

Edited 1514332398
I am trying to create a macro for my character, Basically I want to be able to be able to create a button that shows my attacks but not to the group, then I pick an attack like sword and it rolls it publicly. This is what I was trying to do by myself but no success: /talktomyself @{John} &{template:default} {{ [Attack](@selected|attacks)}} /talktomyself off I am also trying to do the same thing but for Fort saves, Spellbook, and Skill checks.
1514338388

Edited 1514338613
Try the whisper command (/w YourNameHere) instead. Then read up on Ability Command Buttons in the wiki: <a href="https://wiki.roll20.net/Macros#Ability_Command_Buttons" rel="nofollow">https://wiki.roll20.net/Macros#Ability_Command_Buttons</a> So you would end up with something like /w Abner [Longsword](~melee_attack) . Note that the command used after the tilde will vary depending on the character sheet you are using.
Allright I changed it with a whisper to myself, and I had to change selected to the character name. It works now Thanks for the link.
Glad to help! :-)