View Single Post
CapedCrusader
Senior Member
Volunteer Data File Contributor
 
Join Date: Aug 2009
Posts: 1,556

Old July 8th, 2011, 06:13 PM
Will this help? This is the code to loop through all of the Knowledge skills and look for a specific version of the skill
(In this case, looking for Knowledge(Battle)):

foreach pick in hero where "thingid.skKnow"
if (compare(lowercase(eachpick.field[domDomain].text),"battle") = 0) then
~ do whatever you need to do here...
endif
nexteach

As far as allowing more than one Major Hindrance, I'll have to look. It would likely take an internal code change not usually available with a .user file. Making it conditional might be, uh, interesting.

Are you typing all of this in, or do you have a PDF to cut and paste from?

What are the particulars on Interests?

So, Corruption is based on Knowledge(Mythos), eh? I was curious about that.
CapedCrusader is offline   #8 Reply With Quote