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 .
×

Initiative with PowerCards Question

Been trying to work on a neater looking initiative message so was tinkering with PowerCards.  However, it seems to yield odd results that I don't understand. This works: @{selected|token_name}'s Initiative Check: [[1d6+4 &{tracker} ]] But when trying to use it with PowerCards, the result always seems off by a number. Example: !power {{   --name|@{selected|token_name} rolls COMBAT INITIATIVE!   --Result:|  [[1d6+4 &{tracker} ]] }} Yields a result of 9 in the chat window and when you mouse over, it is correct: (5)+4=9. However, in the Turn order it populates a result of 8. So I can't figure out why or how it gets a different number? Any thoughts?
1644003267
Giger
API Scripter
Power cards uses a specific syntax to manage the tracker [TRKR] instead of {tracker} is the correct syntax for power cards. That said roll 20 just broke the API system and the tracker for power card is no longer working.
ah! did not realize that  - thanks Giger
1645304952
Andrew R.
Pro
Sheet Author
I suggest you look at ScriptCards instead. I've converted all my PowerCards macros to ScriptCards macros now. 
Hey Andrew -- thanks will give it a look!