UW2_PRC8/_module/nss/sf_h_prev.nss

13 lines
249 B
Plaintext
Raw Permalink Normal View History

2023-09-25 20:24:01 -04:00
// Created By Scarface
void main()
{
object oPC = GetPCSpeaker();
int nHead = GetCreatureBodyPart(CREATURE_PART_HEAD, oPC) - 1;
if (nHead < 1)
{
nHead = 191;
}
SetCreatureBodyPart(CREATURE_PART_HEAD, nHead, oPC);
}