View Single Post
dmccoy1693
Junior Member
 
Join Date: Jul 2011
Posts: 7

Old June 1st, 2012, 09:09 PM
I'm programming a new race, one that doesn't take a negative level when wielding a holy weapon. I copied this part from the holy weapon magical quality:

doneif (hero.tagis[Alignment.Good] = 0)

However I"m not sure where exactly to go from there. Here's the rest of the code for the holy weapon quality for quicker reference:

if (container.parent.field[gIsEquip].value + container.parent.field[wIs2nd].value = 0) then
done
endif
herofield[tNegLevel].value = herofield[tNegLevel].value + 1

Thanks,

Dale McCoy
Jon Brazer Enterprises

See all of our Powered by Hero Lab products today!
dmccoy1693 is offline   #1 Reply With Quote