• 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

Problem w/Adding Specials

Lizard

Member
OK. So i'm adding a template. The template grants a Strength-drain attack based on the creatures size. I created 3 specials -- 1d4 drain, 1d6 drain, and 1d8 drain. Then I added each to the bootstraps of the template. For the condition, I put:
Size.Fine | Size.Tiny | Size.Diminutive

For the first one (1d4 drain), and similar code for the other two.

Now then -- if I set them to 'show special', they all appear, and if I turn off 'show special', none appears. How do I make sure only the correct attack type appears, and is there a more direct way to do this?
 
I think I would make it only one special instead of three, and add an eval script that decides the damaged based on the creatures current size
 
huntercc wrote:
>
>
> I think I would make it only one special instead of three, and add an
> eval script that decides the damaged based on the creatures current size


This would probable be an easier way to do it, but it sounds like what
Lizard tried should have worked. Lizard, could you email me the file to
colen@wolflair.com so I can check it out?


Thanks,

--
Colen McAlister, colen@wolflair.com
Chief Engineer, Lone Wolf Development
 
Back
Top