Hello idk who had the npc code first but i tuck it and remade it into a command so instead of using a npc normal players can make them selfs diff size's with a command. If it helped ya please press thanks i might have some more releases coming out so keep looking and ili have some more.
Code:
if (Cmd[0] == "/size")
{
{
for (byte i = 0; i < 1; i++)
{
if (GC.MyChar.Body == 1004)
GC.MyChar.Body -= 1;
else if (GC.MyChar.Body == 1003)
GC.MyChar.Body += 1;
if (GC.MyChar.Body == 2002)
GC.MyChar.Body -= 1;
else if (GC.MyChar.Body == 2001)
GC.MyChar.Body += 1;
}
}
}