// Created By Scarface
void main()
{
    object oPC = GetPCSpeaker();
    int nHead = GetCreatureBodyPart(CREATURE_PART_HEAD, oPC) + 1;
    if (nHead > 34)
    {
        nHead = 1;
    }

    SetCreatureBodyPart(CREATURE_PART_HEAD,  nHead, oPC);
}