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