View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old April 8th, 2024, 04:49 PM
Quote:
Originally Posted by Spyderbane View Post
Yes, I am trying to add a bootstrap a feat to a custom ability if a character has the appropriate number of skillranks. In the boot strap condition I have used 'hero#Helper.SpcDisable <>0' with Frist 500. It works to not add the feat but as you stated the it seems the number of skill ranks cannot be proven at this time.

if I change it to any other phase after first I get
Code:
condition phase/priority (anything that I have choosen that is not first) for bootstrap 'fWepFoc' occurs after earliest rule.script (First/10999)
Yes. This is why I'm suggesting you don't use a condition on the bootstrap. Apply the disable tag on the bootstrapped thing, then use an eval script to remove the tag once the skillranks pre-req has been met.
Sendric is offline   #6 Reply With Quote