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

[5e OGL] Using Token Action in an inline roll

I want to know If any of you knows how to invoke one of this abilities ( <a href="https://wiki.roll20.net/Token_Actions" rel="nofollow">https://wiki.roll20.net/Token_Actions</a> ) in the 5e ogl character sheet In one of this rolls from the descriptions of the traits of the character.
if you select the option * show in it will create a macro button. other than that i am unsure
lordmage said: if you select the option * show in it will create a macro button. other than that i am unsure Thank you for your response. I am aware of the buttons. What I am trying to do is to roll this thing from the character sheet. I want that when I press the button to display the description of one of my character traits in chat pressing the red bouble icon Beside showing the description: That same action invoke the ability Right now I know how to roll dice this way, but I do not know the syntax to invoke the Abilities&nbsp;
1513800975

Edited 1513802130
Edit: found it for your example %{Jajaja|Inquisitive} which is %{character name|abilites name} also try @ in place of % one of those should work with a macro.&nbsp; this is for macro use so you can add the Red Buttle Text into it in essence you could click a Macro version of Both the REd chat click then the roll at one time. &nbsp; Edit : i do not think there is a way for the red chat to trigger an ability roll. With APi you could possibly use a chat lisner that could parse the Red box for something rollable but i think a better way would be to program the macro button as suggested&nbsp; also this thread might help you&nbsp; <a href="https://app.roll20.net/forum/post/3045449/nesting-abilities-within-a-macro/?pageforid=3045449#post-3045449" rel="nofollow">https://app.roll20.net/forum/post/3045449/nesting-abilities-within-a-macro/?pageforid=3045449#post-3045449</a>
Thanks, I will look into this.