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

Simultaneous combat API questions part 2 (will this work?)

1707082512

Edited 1707082628
Hey guys! In my continued quest to create a simultaneous RPG fighting game in Roll20, I was  hoping there were API scripts i could MacGyver before I end up creating anything from scratch.  So I have a list of needs I am hoping there are API scripts for that exist that can do the following functions: Simultaneous turn system:   - Duplicate map for each player         - GM hits turn button updates each players map with the changes, per turn button press GM Turn Button  needs to (per press) : - store player routing and increment/update the player movement every 5ft.  (there is apparently a API script for this, but I cant find it) - store when the player hits the token-table button, they will swap to a different token table, (Eg: if player 1 moves 15ft and then hits the attack button, they will move 3 paces and then the token table will swap to a different token-table like going from the idle pose to an attack token table.) - cycle through said token tables one button press at a time. - button override to swap to a token table for each player that i deemed "is hit" (to use for when they get hit by an enemy) Again thank you so much for your help! this has been quite the journey! And there is so much further to go. (PS: are they're any places in roll20 or that you know of where i can go to find a java scripters that are looking for small projects to work on?)
1707143773

Edited 1707143799
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
I'm not sure there's an existing script or combination of scripts that can be setup to do this. Aaron's clone script (I forget the name) would allow you to have the two maps with tokens synced across them, but the rest is pretty bespoke. I'm also not sure you need the two maps unless there's a need that isn't in the above list. As for scripters that are hirable, there are a few of us around. The best place is probably the API sub forum. DM me and I'd be happy to discuss the project in more detail.
Thanks Scott. I sent you a DM, looking forward to our chat!