View Single Post
DeathSheep
Member
 
Join Date: Jun 2018
Posts: 83

Old November 5th, 2021, 01:16 PM
So I put something like this in the eval script:

Code:
var SkillSt as number

if (hero.tagis[ProfSkill.skStealth] <> 0)
     then SkillSt += 1
endif

if (hero.tagis[ProfDouble.skStealth] <> 0)
     then SkillSt += 1
endif
And this in the Expr-reqs:

Code:
SkillSt > 0
?
DeathSheep is offline   #5 Reply With Quote