Here is the full revised tag syntax, but much of the content remains the same. Just the "What it does" section and the second example need to be updated.
Tag Name: CHOOSE:SPELLLEVEL|w|x|y|z|x|y|z
Variables Used (w): Number (Number of choices)
Variables Used : CLASS=Text (Spellcaster class)
Variables Used : TYPE=Text (Spell type)
Variables Used : Number (Minimum level)
Variables Used (z): Number (Maximum level)
Variables Used (z): MAXLEVEL
What it does:
Display a list of character's spell levels for the specified class or type.
Levels will only be included if they fall between the range of Minimum Level and Maximum Level.
MAXLEVEL will include spell levels up to the highest level the character can cast.
NUMCHOICES= cannot be used with CHOOSE:SPELLLEVEL, as it has an integrated choice count
* May be combined with a BONUS tag to providea bonus based on the spell level.
Example:
CHOOSE:SPELLLEVEL|2|CLASS=Wizard|0|MAXLEVEL|TYPE=Divine|1|3
Would present a list of the character's castable Wizard levels of spells (e.g. Wizard 0 Wizard 1 Wizard 2 for a 5th level Wizard) and Cleric 1 Cleric 2 Cleric 3 if the character had Cleric as a class and allow two to be chosen.
CHOOSE:SPELLLEVEL|1|TYPE=Arcane|0|MAXLEVEL <tab> BONUS:SPELLCAST|CLASS=%;LEVEL=%|1
Would present a list of the character's castable levels of Arcane spells and allow one level to be chosen to get as a bonus spell per day.
Where it is Used:
Global except for Equipmod Files
NEWTA-97 changes the syntax and has supposedly been implemented, so there seems to be an inconsistency between these two trackers.
Tag docs updated.
svn #17424
James, modifies the syntax of this tag and I have had a number of questions waiting for a response from Tom. Can you take a shot at answering them? Once I work out what needs to be done there I can finish the work on this tracker.
I've added comments to that one now.
This request is superseded by the tag updates in