9 lines
325 B
Plaintext
9 lines
325 B
Plaintext
|
// Created By Scarface
|
||
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
SetCreatureBodyPart(CREATURE_PART_LEFT_BICEP, CREATURE_MODEL_TYPE_UNDEAD, oPC);
|
||
|
SetCreatureBodyPart(CREATURE_PART_LEFT_FOREARM, CREATURE_MODEL_TYPE_UNDEAD, oPC);
|
||
|
SetCreatureBodyPart(CREATURE_PART_LEFT_HAND, CREATURE_MODEL_TYPE_UNDEAD, oPC);
|
||
|
}
|