CapedCrusader
Well-known member
Z, try this:
foreach pick in hero where "(Skill.? | Attribute.?)"
foreach pick in hero where "(Skill.? | Attribute.?)"
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
trustme
var modifier as number
modifier = 4
if (tagis[User.HindMajor] <> 0 ) then
modifier = 0
endif
if (field[abilActive].value <> 0) then
foreach pick in hero where "(Skill.? | Attribute.?)"
eachpick.field[trtRoll].value -= modifier
nexteach
endif
var modifier as number
modifier = 4
if (field[hinMajor].value <> 0) then
modifier = 0
endif
foreach pick in hero where "(Skill.? | Attribute.?)"
if (field[abilActive].value <> 0) then
eachpick.field[trtRoll].value -= modifier
endif
nexteach