View Single Post
Virtue
Senior Member
 
Join Date: Jul 2006
Posts: 380

Old April 17th, 2019, 08:46 AM
yeah thats how i have been kind of doing these templates looking at other classes that are similar

This is what i got in the eval script so im thinking thats how you do it


var i as number

for i = 0 to hero.tagcount[Hero.HitDice] - 1
perform hero.assign[PreReqCaP1.RogTal]
perform hero.assign[PreReqCaP1.NinTri]
perform hero.assign[PreReqCaP1.RogTalAdv]
perform hero.assign[PreReqCaP1.NinTriMas]
next

var numfound as number
foreach pick in hero from BaseCustSp where "CustTaken.cfgRogCrea & abCategory.RogTalAdv"
numfound += 1
nexteach

validif (numfound <= 1)

Last edited by Virtue; April 17th, 2019 at 08:50 AM. Reason: Adding More Code
Virtue is offline   #3 Reply With Quote