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

Running a Cyberpunk 2020 game tonight and need this fixed ASAP

1429363028
SᵃᵛᵃǤᵉ
Sheet Author
API Scripter
I am trying set up this macro to say success or fail based on the comparison of the two rolls. I am baffled at all of the complicated answers. I need something simple. [[1d10!+?{Attack Program STR|0}+@{selected|Int_Base}+@{selected|Int_Temp}+@{Selected|Interface_Skill} vs 1d10!+@(target|Program STR}+@{Target|Int_Base}+@{Target|Int_Temp}+@{Target|Interface_Skill}]] If the attackers roll and bonuses exceed the defender roll and bonues the defending program is killed. Help me figure this out please.
1429371755
Kryx
Pro
Sheet Author
API Scripter
You cannot use "vs" in the inline rolls. If you're trying to visually compare you need to do: [[1d10!+?{Attack Program STR|0}+@{selected|Int_Base}+@{selected|Int_Temp}+@{Selected|Interface_Skill}]] vs [[1d10!+@(target|Program STR}+@{Target|Int_Base}+@{Target|Int_Temp}+@{Target|Interface_Skill}]]