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

Is it possible to pull the roll result into another pulled in API?

1614653748

Edited 1614653859
Is there a way to pull in the roll successes rolled in one API into another pulled in API It is looking like the roll in !power does not transfer to !act !power {{ --tokenid|@{selected|token_id}&nbsp; -- emote|@{selected|token_name}&nbsp; &nbsp;--name|Empowered Ability &nbsp;--leftsub|Grow Bones &nbsp;--rightsub|Claws &nbsp;--Attack:|[[ [$Atk] @{selected|Tier1P1} + @{selected|Tier3P2}d10!sd&gt;7 ]] --Action:|Grow Claws for [^Atk] Turns, which are used as Brawl weapons. --api_act|-1 $Atk.ss _Claws --?? $Atk.ones &gt; $Atk.ss ?? Fumble| [! [^Atk.ones] !] You have fumbled with more Failures than Successes [x]( <a href="https://i.imgur.com/oB5qU.gif" rel="nofollow">https://i.imgur.com/oB5qU.gif</a> ) &nbsp;--?+ $Atk.ones &gt; 0 +? Failures| [! [^Atk.ones] !] --Damage Threshold:|[[ 10 - @{selected|Tier3P2}d1) ]] --Kill Threshold:|[[ 12 - @{selected|Tier3P2}d1) ]] [x]( <a href="https://i.pinimg.com/originals/a5/98/63/a59863c1ebea1c47f556de0d2c3a59b7.gif" rel="nofollow">https://i.pinimg.com/originals/a5/98/63/a59863c1ebea1c47f556de0d2c3a59b7.gif</a> ) --vfx_opt|@{selected|token_id} bubbling-blood }} Changing the api_act $Atk.ss part to a static number and it works !power {{ --tokenid|@{selected|token_id}&nbsp; -- emote|@{selected|token_name}&nbsp; &nbsp;--name|Empowered Ability &nbsp;--leftsub|Grow Bones &nbsp;--rightsub|Claws &nbsp;--Attack:|[[ [$Atk] @{selected|Tier1P1} + @{selected|Tier3P2}d10!sd&gt;7 ]] --Action:|Grow Claws for [^Atk] Turns, which are used as Brawl weapons. --api_act|-1 4 _Claws --?? $Atk.ones &gt; $Atk.ss ?? Fumble| [! [^Atk.ones] !] You have fumbled with more Failures than Successes [x]( <a href="https://i.imgur.com/oB5qU.gif" rel="nofollow">https://i.imgur.com/oB5qU.gif</a> ) &nbsp;--?+ $Atk.ones &gt; 0 +? Failures| [! [^Atk.ones] !] --Damage Threshold:|[[ 10 - @{selected|Tier3P2}d1) ]] --Kill Threshold:|[[ 12 - @{selected|Tier3P2}d1) ]] [x]( <a href="https://i.pinimg.com/originals/a5/98/63/a59863c1ebea1c47f556de0d2c3a59b7.gif" rel="nofollow">https://i.pinimg.com/originals/a5/98/63/a59863c1ebea1c47f556de0d2c3a59b7.gif</a> ) --vfx_opt|@{selected|token_id} bubbling-blood }} But was hoping there was a way to pull in the roll successes tried so far $Atk.ss ^Atk.ss [$Atk.ss] [^Atk.ss]
Looks like you cannot pull a roll into another roll (ie successes from a hit roll feed into the number of dice for the damage roll), let alone use it in another pulled in API