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
This post has been closed. You can still view previous posts, but you can't post any new replies.

GroupfCheck API and Initiative macro

Anyone with more GroupCheck foo skills could help me to have something similar to this macro as an additional option in Groupcheck.

@{selected|wtype}&{template:simple}{{rname=INITIATIVE}}{{mod=@{selected|initiative_bonus}}}{{normal=1}}{{r1=[[@{selected|initiative_style}+@{selected|initiative_bonus}[INIT] &{tracker}]]}}@{selected|charname_output}


If not, has anyone any code to create a groupcheck initiative that include all selected to trackorder?


Thank you!

July 20 (6 years ago)
The Aaron
Pro
API Scripter

You can certainly do that with GroupInitiative.  Configuration would be something like:

!group-init --del-group 1
!group-init --add-group --bare initiative_style --bare initiative_bonus

Then just select all the tokens and

!group-init


The Aaron said:

You can certainly do that with GroupInitiative.  Configuration would be something like:

!group-init --del-group 1
!group-init --add-group --bare initiative_style --bare initiative_bonus

Then just select all the tokens and

!group-init


I am not using GorupInitiative API. Would it be able to use only GroupCheck?

July 20 (6 years ago)
The Aaron
Pro
API Scripter

That I can't help you with, I'm afraid. 

July 20 (6 years ago)
Jakob
Sheet Author
API Scripter

Not possible without an extra script. &tracker doesn't worker for messages sent by the API.


Jakob said:

Not possible without an extra script. &tracker doesn't worker for messages sent by the API.


Thank you very much!

The post can be terminated now :)