• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

An Intelligent Flesh Golem

mikespol

Member
Hi all

I am running Carrion Crown 2 - The Beast of Lepidstadt and have run up against a problem.

The beast himself, unlike most golems, does have some intelligence. But unfortunately, no matter how hard I try, I just can't add an intelligence score to him in Hero Lab. I've tried the adjustment tab, but no joy.

Can anyone suggest anything?

Cheers
 
There is a tag on the Thing hero.child[aINT] called "Helper.NoScore" which prevents any score for that ability. You will have to create an eval script, recommend using an adjustment, that simply does:

Code:
perform hero.child[aINT].delete[Helper.NoScore]

You should be good pretty early in the timing phase but may have to experiment to get it just right.
 
Last edited:
Back
Top