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

Use Macro to roll table and insert value into character sheet

Let's say that I have a place on my sheet called Tony.Elgin_Profession and the value of that attribute comes from a table. Can I create a macro that rolls on that table and inserts the result into the character sheet? An easier example: Let's say I'm rolling for attributes on an NPC and I want a macro that will just bang them out and enter then for me.
Have a look at the script ChatSetAttr.
That's very interesting, thank you!