7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
// Created By Scarface
|
|
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetCreatureBodyPart(CREATURE_PART_TORSO, CREATURE_MODEL_TYPE_SKIN, oPC);
|
|
}
|