• 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

Hero Lab Authoring, Removing racial flight

Ok, so it does disable (grey out) the new special when the ART is selected, but flight remains.
 
Ok, new special, same trick. I thought I had it all worked out, but...

The eval:
doneif (tagis[Helper.SpcDisable] <> 0)

perform hero.child[wClaw].assign[Value.2]
perform hero.child[wClaw].assign[Wmain.1d3]

The error:
Hero Lab was forced to stop compilation after the following errors were detected:

Syntax error in 'eval' script for Thing 'raLumDrgCl' (Eval Script '#1') on line 4
-> Group 'Wmain' not defined
 
Okay, so your trick is working great. Luminous Claws is disabled properly... but I can't get it to GIVE claws while active.

doneif (tagis[Helper.SpcDisable] <> 0)

perform hero.child[wClaw].assign[Value.2]
perform hero.child[wClaw].assign[wMain.1d3]

Is there a missing assignment I need to do to say 'I have claws, rawr!'? Right now, nothing is done.
 
Claws aren't going to be handled the same as flight. On the racial specials tab, make a copy of the "Natural Weapon" ability added by Tengu (id: raTeBite), and take a look at the bootstrap added by that ability - in that case, the condition on the bootstrap is the key.
 
Hero Lab was forced to stop compilation after the following errors were detected:

Thing 'raLumDrgCl' - Condition phase/priority (UserPostLv/10000) for bootstrap thing 'wClaw' occurs after earliest rule/script (First/600)

You know you're making progress when you can make new and exciting errors!
 
Fixed! Thank you from the bottom of my heart. I'll make a new thread for new questions, since I imagine this one is now very cluttery for anyone coming after me.
 
Back
Top