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 inputting stats?

hey all. i am running a funnel world game. which means that all my players roll up 3-4 randomly stated lvl 0 peasant characters and try to lvl them up to 1st lvl to finally get a class and more then 2 hp. it is super fun and characters keep dieing, which is awsome! the only problem is rolling up 9-12 characters at the start of each session can take a lot of time i made this macro to roll all the stats and attributes for the peasants. and that works fine but everyone needs to manualy input this info into the character sheets. Strength [[3d6]] Dex [[3d6]] con [[3d6]] Int [[3d6]] wisdom [[3d6]] charisma [[3d6]] luck [[3d6]] profession [[1t[profession]]] physical trait [[1t[physical-trait]]] personality trait [[1t[personality]]] bond [[1t[bond]]] the d4 required by bond [[1d4]] i know you can use a macro to roll @ a stat. but... is there a way to get this macro automaticly to input these stats into a dungeon world char sheet? cheers!
1417719327
The Aaron
Roll20 Production Team
API Scripter
You could certainly do that with the API. It wouldn't be a macro, it would be an API script written in Javascript.
can you point me towards an example script? i basically just need a way to roll 3d6 and have it input the result into the appropriate attribute for 6 stats. and if i can figure it out i would like the results of the roll-able tables imputed into the char bio but i haven't used api before so i will settle for a simple solution. thanks!
1417732060
The Aaron
Roll20 Production Team
API Scripter
I'll see what I can come up with tonight... About to head into my violin lesson. :)
1417827181
The Aaron
Roll20 Production Team
API Scripter
Here's an example of setting an attribute I wrote a while back: <a href="https://app.roll20.net/forum/post/1358966/#post-13" rel="nofollow">https://app.roll20.net/forum/post/1358966/#post-13</a>...