18 lines
538 B
Plaintext
18 lines
538 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: Tailoring - Modify Left Bicep
|
|
//:: tlr_modlbicep.nss
|
|
//:: Copyright (c) 2003 Jake E. Fitch
|
|
//:://////////////////////////////////////////////
|
|
/*
|
|
|
|
*/
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Jake E. Fitch (Milambus Mandragon)
|
|
//:: Created On: March 8, 2004
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF, "ToModify", ITEM_APPR_ARMOR_MODEL_LBICEP);
|
|
SetLocalString(OBJECT_SELF, "2DAFile", "parts_bicep");
|
|
}
|