• 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

Changing costs for racial custom special

frumple

Well-known member
Is there an easy way to have the point cost of a racial special increase with how many times it has been taken?

For example, an racial cust. special that costs 1 the first time you take it, 2 the second time, etc.

I have tried adjusting the CustomCost tag as various phases and priorities but that changes the cost for everything.
 
Maybe instead of raising the cost you simply increase the amount used. So lets say the race has a 0 of 20 points used. Instead of increasing the cost of the Racial Custom Special directly you simply have the script increase the amount "used" on the race instead so it goes to 4 of 20.

Hope that makes sense.
 
Well I got it half-way working by cludging together an xIndex and xCount for Racial Custom Specials.

I assign the CustomCost tag really early (First/25, index is assigned at First/20). Once they are selected it works fine. However, the selection portal does not include the cost at all. Seems I am missing something...
 
Back
Top