Re: Fable Chest Contents [message #16976 is a reply to message #16973] |
Wed, 07 March 2007 00:23 |
|
Reminds me....
It's a good idea, but someone did it before, some time ago:
MegaworM wrote on Tue, 11 October 2005 22:48 | This takes the raw names and formats them with numbers for use in the TNG file.
For example:
Unformatted:
OBJECT_RESURRECTION_PHIAL
OBJECT_SILVER_KEY
OBJECT_PERFUME
OBJECT_ROSE_RED_01
OBJECT_CHOCOLATE_BOX_UNGIVEABLE
OBJECT_CHOCOLATE_BOX_01
OBJECT_WEDDING_RING
OBJECT_FAKE_WEDDING_RING
Formatted:
ContainerContents[0] "OBJECT_RESURRECTION_PHIAL";
ContainerContents[1] "OBJECT_SILVER_KEY";
ContainerContents[2] "OBJECT_PERFUME";
ContainerContents[3] "OBJECT_ROSE_RED_01";
ContainerContents[4] "OBJECT_CHOCOLATE_BOX_UNGIVEABLE";
ContainerContents[5] "OBJECT_CHOCOLATE_BOX_01";
ContainerContents[6] "OBJECT_WEDDING_RING";
ContainerContents[7] "OBJECT_FAKE_WEDDING_RING";
And it can also unformat for easier editing. This makes it much easier to make large lists of stuff without having to number each one individually. n__n
|
this is not an exit.
[Updated on: Wed, 07 March 2007 00:27] Report message to a moderator
|
|
|