• 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

Gain a Feat with no Int score

Frodie

Well-known member
Still working on the Robots...

Ok, the issue is Robots (well some) do not gain feats (or skill points) because of no Int score. I got that working fine, NP. But they do gain feats (and skill points) through software updates (gear).

So, I was hoping a simple script to gain a feat would work, but it doesn't seem to. Is there a way I can override the no Int score and gain a feat and keep the no Int score?

The script is:

Code:
 First 1000

#resmax[resFeat] += 1

and I tried:

Code:
hero.findchild[BaseRace].field[rFeat].value += 1

But no go. Any ideas?
 
Last edited:
Do a show debug tasks on resFeat - take a look at the script names. I think you'll see what phase & priority to put your script after.
 
Well, I went though them all and tried everywhere I saw eval script 1 and put the timing after that. Still a no go. Am I looking for the right thing? eval script 1?
 
There's a script named "[Zero if Mindless] Eval Script" at Final/900.

Then, there's a script named "[Calc resLeft] Field calculate - field "Quantity Remaining (resLeft)" at Final/1000.

So, you want to be in-between those - Final/950, for example.
 
Yep, that's it! Thank you, yea I guess I was looking for the wrong thing. It works fine, but I am going to go back and see where I missed it.
 
Back
Top