generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
8
_module/nss/sf_prevhead.nss
Normal file
8
_module/nss/sf_prevhead.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
// Created By Scarface
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int iPartNum = GetCreatureBodyPart(CREATURE_PART_HEAD, oPC) - 1;
|
||||
if (iPartNum < 1) iPartNum = 34;
|
||||
SetCreatureBodyPart(CREATURE_PART_HEAD, iPartNum, oPC);
|
||||
}
|
||||
Reference in New Issue
Block a user