So I've got my traits mostly done, the last thing I've got left to work on is the sorting, I made a sortset that orders them by Type and then Name, but it lists bad first, how do I go about getting it to list good first?
EDIT: And I guess I just needed a little more looking, and this is my code that works
EDIT: And I guess I just needed a little more looking, and this is my code that works
Code:
<!-- Define a sortset that lists traits by type and then name. -->
<sortset
id="Trait"
name="Trats By Type and Name">
<sortkey isfield="no" id="Trait" isascend="no"/>
<sortkey isfield="no" id="_Name_"/>
</sortset>
Last edited: