# $clothing_name !! returns the name of the clothing (only used for coats and swimwear) !! ARGS 0 - clothing type !! ARGS 1 - clothing index if $ARGS[0] = 'swimwear': if ARGS[1] = 1:$RESULT = 'A baby-blue lacy one-piece barely covering the tummy, ending just short of the bottom of the ass.' if ARGS[1] = 2:$RESULT = 'A black one-piece swimsuit with straps for support, cut so the fabric shows off nearly all of the thighs in a seductive manner.' if ARGS[1] = 3:$RESULT = 'A two-piece black-and-red design showing off a little midriff, the bottom piece the size of a normal pair of panties.' if ARGS[1] = 4:$RESULT = 'A one-piece bathing suit in complete black, with white lines going across and accentuating the wearer''s figure.' if ARGS[1] = 5:$RESULT = 'A tribal designed two-piece in white and maroon, with leather straps, the top half showing off a bit of chest.' if ARGS[1] = 6:$RESULT = 'A tiny bikini in light orange and white, outlined with frilly fabric.' if ARGS[1] = 7:$RESULT = 'A black one-piece with highlighted cups for extra support and more emphasis on the chest area.' if ARGS[1] = 8:$RESULT = 'A small floral design bikini, with tiny straps that barely cover everything and show plenty of skin, perfect for a tan.' if ARGS[1] = 9:$RESULT = 'A unique two-piece with a simple knot-top and a tiny miniskirt, all in red.' if ARGS[1] = 10:$RESULT = 'A crimson bikini with white lace, the bottom is designed in a grid pattern to seductively show off your pubic area.' if ARGS[1] = 11:$RESULT = 'A classic two-piece bikini in pink white white polka dots covering it.' if ARGS[1] = 12:$RESULT = 'A vibrant yellow bikini with a halter top design.' if ARGS[1] = 13:$RESULT = 'A sexily-designed swimming suit with adjustments made to accent the backside of any girl.' if ARGS[1] = 14:$RESULT = 'A fashionable one-piece connected on one side to show off a large swath of stomach.' if ARGS[1] = 15:$RESULT = 'A slutty bikini designed off of a sling bikini, connected with tiny pieces of fabric and covering only the minimal needed.' if ARGS[1] = 16:$RESULT = 'A silver bikini bottom designed to highlight everything apart from the important thing.' if ARGS[1] = 17:$RESULT = 'A tiny red and black bikini dotted with diamonds, made for the girl who loves to show off her body.' if ARGS[1] = 18:$RESULT = 'Made for a whore, with tiny shiny red triangles of fabric covering the important parts.' if ARGS[1] = 19:$RESULT = 'A black bikini bottom seductively connected by chains.' if ARGS[1] = 20:$RESULT = 'A small white bikini bottom held by a knot.' if ARGS[1] = 21:$RESULT = 'A tiny white bikini bottom held by a knot, with frilly designs on it.' if ARGS[1] = 22:$RESULT = 'An incredibly slutty one-piece, with fabric covering only the bare minimum needed.' if ARGS[1] = 23:$RESULT = 'A lime-green slutty fishnet bikini made for sexual encounters, openly showing off the nude form.' if ARGS[1] = 24:$RESULT = 'A semi-transparent slutty white bikini, the top designed as a tube top.' if ARGS[1] = 25:$RESULT = 'A slutty pink fishnet bikini outlined in black, the top designed as at tube top.' if ARGS[1] = 26:$RESULT = 'A whorish two-piece that can barely be called clothes, with tiny little pink bows covering the nipples and a little triangle covering the entrance.' if ARGS[1] = 27:$RESULT = 'A two-piece black leather design, the top made as a halter top with a mesh design.' if ARGS[1] = 28:$RESULT = 'A slutty striped bikini, switching in between cyan blue and a semi transparent mesh.' if ARGS[1] = 29:$RESULT = 'A sexual bikini covering the made minimum assets in hot pink and neon black.' if ARGS[1] = 30:$RESULT = 'A bikini made for a whore, with a silver triangular design where the top of the triangle barely covers the nipple of the breast.' elseif $ARGS[0] = 'coat': if ARGS[1] = 1:$RESULT = 'A light jacket.' if ARGS[1] = 2:$RESULT = 'A shiny leather jacket.' if ARGS[1] = 3:$RESULT = 'A stylish fur vest of a coat.' if ARGS[1] = 4:$RESULT = 'A wool lined red coat.' if ARGS[1] = 5:$RESULT = 'A cheap kids coat.' if ARGS[1] = 6:$RESULT = 'A sleek warm coat.' if ARGS[1] = 7:$RESULT = 'A big warm coat.' if ARGS[1] = 8:$RESULT = 'A classic raincoat.' if ARGS[1] = 9:$RESULT = 'A full-length winter jacket.' if ARGS[1] = 10:$RESULT = 'A modern winter coat.' if ARGS[1] = 11:$RESULT = 'A high fashion coat.' if ARGS[1] = 12:$RESULT = 'A bright warm coat.' end --- $clothing_name ---------------------------------