• 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

Can Race Tag change a stat value?

Kaput

Member
I have the last vesion of army builder (3.5c) and I'm trying to begin the Data File for Age of Sigmar. I need help with the validation of a race.

In the game some units can be from a big alliance or can be from a allegiance. The only difference is that in the allegiance change the battlefield roll in some units.

I am trying to do that validation by the race tag, so the user choose the alliance or the allegiance both as a race. I decide to assume the battlefield roll as a stat value. So, I need that after choosing a race the battlefield roll change. How can I do that?
 
I already had progress. I added on unit prelink button the next script:

~ Si se elige sólo Order Draconis se agrega Battleline como Rol en Batalla
if (tagis[roster.orderdraco] <> 0) then
perform assign[TipoUnidad.Bl]
perform assign[compgroup.tgLineab1K]
endif


It solves part of the problem, but can the stat be changed before the selection?

attachment.php
 

Attachments

  • Captura.PNG
    Captura.PNG
    330.7 KB · Views: 17
Back
Top