Changed folder name.
Changed folder name.
This commit is contained in:
8
_module/nss/sf_bonearm.nss
Normal file
8
_module/nss/sf_bonearm.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
// 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);
|
||||
}
|
Reference in New Issue
Block a user