PDA

View Full Version : List Formats



SDK
Jul 24th, '03, 03:10 AM
This may be simple, but...

I'm altering export templates to create a 2 page sheet that contains all the information for a character.
Everythings going well, until I try to get the format of the list names to match the format for other frameworks.

I can't seem to find the code for lists, or any of the frameworks. I can find the list item code, but not for the list itself.

:confused:

Simon
Jul 24th, '03, 03:18 AM
Originally posted by SDK
This may be simple, but...

I'm altering export templates to create a 2 page sheet that contains all the information for a character.
Everythings going well, until I try to get the format of the list names to match the format for other frameworks.

I can't seem to find the code for lists, or any of the frameworks. I can find the list item code, but not for the list itself.

:confused:
There's a number of "conditional containers" available for you:

IS_LIST ... /IS_LIST - Will be filled only if the item is a list

IS_NOT_LIST ... /IS_NOT_LIST - Will be filled only if the item is not a list (note: list items are not lists)

IS_LIST_ITEM ... /IS_LIST_ITEM - Will be filled only if the item is part of a list (not lists themselves are not list items)

IS_NOT_LIST_ITEM ... /IS_NOT_LIST_ITEM - Will be filled only if the item is not part of a list

IS_MP ... /IS_MP - Will be filled only if the item is an MP

IS_EC ... /IS_EC - Will be filled only if the item is an EC

IS_VPP ... /IS_VPP - Will be filled only if the item is a VPP

SDK
Jul 28th, '03, 01:32 AM
Is there a way to get the format change to apply only to the List Name and not to limitations on the list, or is POWER_TEXT locked into a single object.

Which is to say, can elements of POWER_TEXT be used separately?

Or is there a way to make the List Name function as a normal name, the way it seems to for MPs?