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

GroupCheck/Group Initiative

Hey Guys! Listen I am as my avatar indicates.......a&nbsp; Neanderthal!!!........ &nbsp;I have been looking to improve my learning and have started incorporating&nbsp;all sorts of nifty and time saving macros and API into my BRP game. Thanks to all you people with the know how to do so, I love your work!! Some I have frigged around with myself and got them to work but being a Neanderthal I normally break the fine china as it were! So can anyone who has the grain of nous that I do not (i have been trawling through the forums&nbsp;and githhub already!) To point me towards some way of my using the GroupCheck/Group Initiative to incorperate the BRP sheet and such things as follows: <a href="https://github.com/Roll20/roll20-character-sheets/tree/master/Basic_Roleplaying" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/tree/master/Basic_Roleplaying</a> &amp;{template:default} {{name=Damage Roll}} {{Rolling = ?{Damage Dice|1d3}+?{Damage Bonus|1d4}*?{Damage Bonus Multiplier|1}}} {{Rolled = [[?{Damage Dice|1d3}+ceil(?{Damage Bonus|1d4}*?{Damage Bonus Multiplier|1})]]}}&nbsp; /me @{selected|token_name} [[@{selected|DEX} + 1d10 &amp;{tracker}]] &amp;{template:default} {{name=Resistance Roll}} {{Active Attribute [[?{Active Attribute|0}]] = Passive Attribute [[?{Passive Attribute|0}]]}} {{Rolled=[[1d100]]}} {{Success!=[[5*(10+?{Active Attribute|0}-?{Passive Attribute|0})]]}}[[((?{Active Attribute|0}*5)-(?{Passive Attribute|0}*5))+50]] Any guidance is appreciated. Cheers Keep up the good work. Davo ;o)
1587385639
The Aaron
Roll20 Production Team
API Scripter
I'm not familiar with Basic Rollplaying, how do you roll Initiative?&nbsp; I looked at the sheet source and didn't see it, does it have a different name?
Hey TA! Its an option in the game system that i have used and the macro (token action) i just set up myself after looking at other macros for initiative. so this is the macro i made for that&nbsp; /me @{selected|token_name} [[@{selected|DEX} + 1d10 &amp;{tracker}]] Highest roll goes first.&nbsp;
1587400719
The Aaron
Roll20 Production Team
API Scripter
For GroupInitiative, you can run these commands to configure it to your game: !group-init-config --set-die-size|10 !group-init-config --sort-option|Descending !group-init --del-group 1 !group-init --add-group --bare DEX Then you just need to select tokens and run: !group-init There are other options you can set in the help: !group-init --help But you probably won't need to go there unless something isn't working like you expect.
Hey again T,A! Thanks for taking the time to help me out here! Now as I am the Neanderthal in this situation and I am pretty much monkey see monkey do with this sorta stuff, thanks for your patience! So where and what will I stuff this script into you have given me (thx) to configure it into my game. Also as I am using CombatTracker will that have any effects or will it actually work within it?? Here is a picture of the current API in the game. Thanks again I appreciate it. Cheers Davo :o)
1587506370
The Aaron
Roll20 Production Team
API Scripter
Those are all API commands, you just put them in the Chat.&nbsp; That first block you only have to run once and it should configure the script for what you're doing.&nbsp; The second one is how you roll initiative with the selected tokens. The third is an FYI if you want to read more of the options.
The Aaron said: For GroupInitiative, you can run these commands to configure it to your game: !group-init-config --set-die-size|10 !group-init-config --sort-option|Descending !group-init --del-group 1 !group-init --add-group --bare DEX Then you just need to select tokens and run: !group-init There are other options you can set in the help: !group-init --help But you probably won't need to go there unless something isn't working like you expect. Hello Sir, Just wandering if you have all API command for GroupCheck ?&nbsp;&nbsp;
The Aaron said: Those are all API commands, you just put them in the Chat.&nbsp; That first block you only have to run once and it should configure the script for what you're doing.&nbsp; The second one is how you roll initiative with the selected tokens. The third is an FYI if you want to read more of the options. Thanks again T.A much appreciated by one happy monkey! ;o) Davo