Fable Chest Contents [message #16973] |
Tue, 06 March 2007 17:57 |
WickedXRS
Messages: 1 Registered: March 2007
|
|
|
|
I got sick of adding multiple files to chests to test them out, so I made a small utility instead. It allows you to type object names on each line, and when you press submit, it automatically formats them for use in a chest. For instance:
OBJECT_HERO_GLOVES_STEALTH
OBJECT_HERO_SHIRT_STEALTH
OBJECT_HERO_TROUSERS_STEALTH
OBJECT_HERO_BOOTS_STEALTH
Would become:
ContainerContents[0] "OBJECT_HERO_GLOVES_STEALTH";
ContainerContents[1] "OBJECT_HERO_SHIRT_STEALTH";
ContainerContents[2] "OBJECT_HERO_TROUSERS_STEALTH";
ContainerContents[3] "OBJECT_HERO_BOOTS_STEALTH";
It's nothing major, but it can be useful to some. I'm just experimenting with this compiler, so it may not work on all computers. Also, it's kind of limited, since you can only have 1071 lines, lol.
|
|
|