7 lines
151 B
Plaintext
Raw Permalink Normal View History

// Created By Scarface
void main()
{
object oPC = GetPCSpeaker();
SetCreatureBodyPart(CREATURE_PART_TORSO, CREATURE_MODEL_TYPE_TATTOO, oPC);
}