[Release]Size command!

12/16/2009 09:15 JordanIsPsychotic#1
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;

                                        }
                                    }
                                }
12/16/2009 10:00 SaM.ThE.MaN#2
Yo,
i got a question how do u make these stuff work i mean where do u edit it could u explain more,
Sammy
12/25/2009 19:40 renetjuuh#3
you neet to add it in chat.cs to open it you neet visual #c .
then try to find the pm code then just copy this
[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;

}
}
} [Code]

put this code into it


and @ JordanIsPsychotic

why didn't you make an cmd for size like/bigFemale /SmalFemale and the same with the male section

ill will make an guide tonight with that command and how to add in
12/25/2009 20:57 ~Yuki~#4
why did u put it into a "for" loop?
12/25/2009 23:52 Arcо#5
This is in the TOTAL wrong section.
This should be in here: [Only registered and activated users can see links. Click Here To Register...]
12/26/2009 19:01 Sp!!ke#6
#request move Wrong Section !
12/26/2009 19:22 Arcо#7
Quote:
Originally Posted by ~Yuki~ View Post
why did u put it into a "for" loop?
Ooh I just realized that was there.
That's totally unneeded.