20 lines
449 B
Plaintext
20 lines
449 B
Plaintext
//:://////////////////////////////////////////////
|
|
//:: 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);
|
|
}
|