• 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

Subrace loses an ability.

Enforcer84

Well-known member
So I could make a "Subrace" of the regular race and add this ability to it...but before I do that I'll ask does any of the existing races have a subrace that loses one of the typical powers?

I'm assuming you can script it away but I thought I'd see if it's been done rather than just beg someone to tell me how :)
 
I create subraces that take away abilities on occassion but most of the time the abilities are just grayed out.

Which subrace are you working with?
 
I create subraces that take away abilities on occassion but most of the time the abilities are just grayed out.
That is the correct way you "Disable" the ability. But you don't actually "hide" it and you can't actually prevent the bootstrap from making a Pick add a bootstrap pick to the hero.

This is why having a "Stop" script is so important to have on every script you add to HL.
Code:
      ~ If we're disabled, do nothing & 
      doneif (tagis[Helper.Disable] = 1)
 
<Nod>

So I discovered (actually you pointed that out to me a while back. Since then I always make sure to include the scripting in all my appropriate eval scripts). :)
 
Back
Top