PoA_PRC8/_module/nss/sf_normalarm.nss
Jaysyn904 8d97886c3f Changed folder name.
Changed folder name.
2022-10-07 21:08:37 -04:00

9 lines
319 B
Plaintext

// Created By Scarface
void main()
{
object oPC = GetPCSpeaker();
SetCreatureBodyPart(CREATURE_PART_LEFT_BICEP, CREATURE_MODEL_TYPE_SKIN, oPC);
SetCreatureBodyPart(CREATURE_PART_LEFT_FOREARM, CREATURE_MODEL_TYPE_SKIN, oPC);
SetCreatureBodyPart(CREATURE_PART_LEFT_HAND, CREATURE_MODEL_TYPE_SKIN, oPC);
}