Larkinabout / fvtt-challenge-tracker

An interactive aid to track successes and failures in challenges à la D&D 4e-inspired skill challenges and Blades in the Dark progress clocks.
MIT License
5 stars 2 forks source link

Macro Bug? #25

Closed brunocalado closed 2 years ago

brunocalado commented 2 years ago

Hi!

This code is not working for me. ChallengeTracker.open(16, 4)

https://user-images.githubusercontent.com/4999783/189502658-df5d9964-a885-4f9f-8424-b0a50f4c2f33.mp4

I tried with find the culprit. image

FVTT 9280 CT 1.1

Larkinabout commented 2 years ago

Yeah, that's a bug. I've got a couple of fixes to do, so I'll sort that too for v9 and v10.

In the meantime, you can run this code instead:

ChallengeTracker.open({outerTotal: 16, innerTotal: 4})
ChallengeTracker.open({outerTotal: 6, innerTotal: 4})
Larkinabout commented 2 years ago

Fixed in release 2.1.