• 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

Error - Value given for attribute 'index' does not satisfy range requirements.

Cgeist7

Member
Hello all,

What does this mean? I am trying to create a series of edges for a Savage Worlds Warhammer game. I've copied the Arcane Backgrounds and re-named them so that they match the colleges of magic in Warhammer, but I can't get the edges to load because of the above error.

The edges were based on Arcane Background: Magic, with only the name, rank requirements and flavour text changed.

Any ideas?

Thanks!

CG7
 
Did you copy them in XML or in the editor?

Index probably refers to the indexes of each of the eval scripts, but the editor automatically gives each new script a new index number.

If you copied the XML by hand, each script will begin with this:

<eval index="1"

or some other index number. It's also OK for the index statement to be missing - that's interpreted as meaning index="1".

So, check each of your eval scripts, and make sure that each has an index number that's different from each of the other scripts on that same thing.
 
Back
Top