//::////////////////////////////////////////////// //:: BODY TAILOR: phenotypes //:: //::////////////////////////////////////////////// /* for changing body size. */ //::////////////////////////////////////////////// //:: Created By: bloodsong //:: based on the Mil_Tailor by Milambus Mandragon //::////////////////////////////////////////////// void main() { object oPC = GetPCSpeaker(); SetPhenoType(GetPhenoType(OBJECT_SELF), oPC); }