03-01-2018, 10:31 PM
(This post was last modified: 03-01-2018, 10:32 PM by Firebolt391d.)
if (you == girl)
-haircolor = pink;
else
{
-haircolor = haircolor;
}
//that's assuming that there are only 2 sexes also btw
system("pause");
return 0;
}
-haircolor = pink;
else
{
-haircolor = haircolor;
}
//that's assuming that there are only 2 sexes also btw
system("pause");
return 0;
}