Mmm'kay now... This is pretty easy.
If you want to dress a human monster be sure to add this right after where his/her name is located with bodyvalue.
Heres example...
Code:
{
Body = 0x190;
Name = "Example";
Now under that your gonna want to add this.
Code:
LeatherGloves gloves = new LeatherGloves();
gloves.Hue = 1109;
AddItem( gloves );
Now it should look like this.
Code:
{
Body = 0x190;
Name = "Example";
LeatherGloves gloves = new LeatherGloves();
gloves.Hue = 1109;
AddItem( gloves );
{
No more birthday suit!
