UW2_PRC8/_module/nss/sf_normalarm.nss
Jaysyn904 5197ad9a4d Initial upload
Initial upload
2023-09-25 20:24:01 -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);
}