There is no makeup.
The website says that you are supposed to go to the swhop, but I have had no luck finding makeup there.
i dont know. It says to go to the shop so look around in there but I searched for AGES and never found any bloody makeup.
you cant get money on fp girls so dont even try only by coupns they give you
FP are friend points. 255 Is the highest you can get. If yo are talking to a girl and there is a heart by them, their friend points and Love Points go up. If it is someone else it is just FP.
depends on the girl!
Young girls are prettier without makeup.
Every girl is different.im a girl and i dont buy makeup at all. so it would be jeans for me.
Fp mean "FanPage" !! :0
FP Jac died in 2008.
FP Jac was born in 1955.
FP stands for Friendship points. Tell FP by buying a Love Bangle from Roller.
A file pointer is an opaque object that refers to a file. Opaque means that you should not attempt to delve into its specific value, other than to use it as a file pointer. FILE *fp; /* fp is the file pointer */ fp = fopen("somefile.txt"); if (fp == NULL) ...{exception}... fprintf(fp, "Hello somefile.txt"); fclose(fp);