''Character Description:'' You are a(if: $height is "average")[n] $height(if: $height is "average")[ sized] $bodytype $body, with (if: $skintype is "chitin" or $skintype is "goo")[a(if: $skincol is "orange")[n]] $skincol $skintype(if: $skintype is "smooth")[ skin](else-if: $skintype is "chitin")[ous exterior](else-if: $skintype is "goo")[ey exterior]. Your chest (if: $boobanum is "0")[is devoid of breast tissue](else:)[sports (if: $boobanum is "1")[a single](else-if: $boobanum is "2")[a pair of](else:)[$boobanum] $chest breast(if: $boobanum is not "1")[s]]. You have a(if: $faceshape is "angular" or "oval")[n] $faceshape face with $eyenum $eyecol $eyetype eye(if: $eyenum is not "1")[s], your $lipcol lips are $lipshape, and you have (if: $nose is "none")[no nose](else-if: $nose is "slits")[two slits instead of a nose](else:)[a $nose nose]. On top of your head sprouts (if: $hairlength is "bald")[no hair](else:)[$hairlength $haircol $hairtype](if: $hornsnum is not "0")[, (if: $hornsnum is "1")[a single](else-if: $hornsnum is "2")[a pair of](else:)[$hornsnum] $horns horn(if: $hornsnum is not "1")[s]] and $ears ears. You (if: $arms1 is "prehensile tentacle")[have two long prehensile tentacles coming out of your torso instead of arms](else:)[have two $arms1 arms coming out of your torso, with $fingers1 $arms1 fingers].(if: $arms2 is not "none")[ Right below them, you (if: $arms2 is "prehensile tentacle")[have two long prehensile tentacles instead of arms](else:)[have two $arms2 arms, with $fingers2 $arms2 fingers].] You (if: $legs1 is "tentacle mass")[have a mass of tentacles coming out of your pelvis instead of legs](else:)[have two $legs1 legs coming out of your pelvis, with $feet1 feet].(if: $tail is not "none")[ You have (if: $tail is "abdomen")[an insectoid abdoment in place of a tail](else:)[a $tail tail, made of $hairtype].] You have (if: $genitals1 is "penis")[a penis](else-if: $genitals1 is "penis and balls")[a penis and a fertile pair of balls](else-if: $genitals1 is "ovipositor")[an ovipositor](else-if: $genitals1 is "tentacle")[a tentacle](else-if: $genitals1 is "vagina")[a vagina](else-if: $genitals1 is "vagina and womb")[a vagina and a fertile womb](else-if: $genitals1 is "none" and $genitals2 is not "none")[](else-if: $genitals1 is "none" and $genitals2 is "none")[no genitals.](if: $genitals1 is not "none" and $genitals2 is "none")[.](else-if: $genitals1 is not "none" and $genitals2 is not "none")[, and further below ](if: $genitals2 is "penis")[a penis.](else-if: $genitals2 is "penis and balls")[a penis and a fertile pair of balls.](else-if: $genitals2 is "ovipositor")[an ovipositor.](else-if: $genitals2 is "tentacle")[a tentacle.](else-if: $genitals2 is "vagina")[a vagina.](else-if: $genitals2 is "vagina and womb")[a vagina and a fertile womb.] ''Variables:'' Height: $height Bodytype: $bodytype Body: $body Skin color: $skincol Skin type: $skintype Breast number: $boobanum Breast size: $chest Genitals 1: $genitals1 Genitals 2: $genitals2 Face shape: $faceshape Eye number: $eyenum Eye color: $eyecol Eye type: $eyetype Nose: $nose Lip color: $lipcol Lip shape: $lipshape Hair length: $hairlength Hair color: $haircol Hair type: $hairtype (also used for tail) Horn number: $hornsnum Horn type: $horns Ears: $ears Arms 1 type: $arms1 Finger 1 number: $fingers1 Arms 2 type: $arms2 Finger 2 number: $fingers2 Legs type: $legs1 Feet type: $feet1 Tail: $tailPick your species: (cycling-link: bind $body, "human", "vop", "mutant") {(live: 0.5)[(if: $body is "human")[You know what humans are. No funky color options at creations.](else-if: $body is "vop")[Cyclop feathered aliens, with no breasts.](else-if: $body is "mutant")[A lot of custom options (not all) but can be overwhelming for a first time.]]} [[Next >>|Character creator - Body]] (set: $body to "human") (set: $bodytype to "thin") (set: $height to "short") (set: $skincol to "pale") (set: $skintype to "smooth") (set: $boobanum to "2") (set: $chest to "flat") (set: $genitals1 to "none") (set: $genitals2 to "none") (set: $faceshape to "round") (set: $eyenum to "2") (set: $eyecol to "black") (set: $eyetype to "human") (set: $nose to "human") (set: $lipshape to "average") (set: $lipcol to "natural") (set: $hairlength to "short") (set: $hairtype to "straight") (set: $haircol to "black") (set: $hornsnum to "0") (set: $horns to "short") (set: $ears to "round") (set: $arms1 to "human") (set: $arms2 to "none") (set: $fingers1 to "5") (set: $fingers2 to "0") (set: $legs1 to "human") (set: $legs2 to "none") (set: $feet1 to "plantigrade") (set: $tail to "none")Skin type: (if: $body is "human")[(set: $skintype to "smooth")$skintype](else-if: $body is "vop")[(cycling-link: bind $skintype, "smooth", "feathers")](else-if: $body is "mutant")[(cycling-link: bind $skintype, "smooth", "fur", "feathers", "chitin", "goo")] Skin color: (if: $body is "human")[(cycling-link: bind $skincol, "pale", "tan", "brown", "black")](else-if: $body is "vop")[(cycling-link: bind $skincol, "pink", "red", "orange", "yellow", "green", "blue", "purple")](else-if: $body is "mutant")[(cycling-link: bind $skincol, "pale", "tan", "brown", "black", "pink", "red", "orange", "yellow", "green", "blue", "purple")] Bodytype: (cycling-link: bind $bodytype, "thin", "lean", "muscular", "chubby", "fat") Height: (cycling-link: bind $height, "short", "average", "tall")(if: $body is "human")[(set: $arms1 to "human")](else-if: $body is "vop")[(set: $arms1 to "vop") Fingers: (cycling-link: bind $fingers1, "3", "4", "5")](else:)[ Arms set 1: (cycling-link: bind $arms1, "human", "vop", "insectoid", "tentacle") with (cycling-link: bind $fingers1, "3", "4", "5", "6") fingers Arms set 2: (cycling-link: bind $arms2, "none", "human", "vop", "insectoid", "prehensile tentacle") with (cycling-link: bind $fingers2, "3", "4", "5", "6") fingers ](if: $body is "human")[(set: $legs1 to "human")](else-if: $body is "vop")[(set: $legs1 to "vop")](else:)[Legs: (cycling-link: bind $legs1, "human", "vop", "insectoid", "tentacle mass") with (cycling-link: bind $feet1, "plantigrade", "digitigrade", "ungulate") feet ](if: $body is "human")[](else-if: $body is "vop")[ Tail: (cycling-link: bind $tail, "none", "short", "long", "split")](else:)[ Tail: (cycling-link: bind $tail, "none", "short", "long", "split", "abdomen")] Chest: (if: $body is "human")[(set: $boobanum to "2")(cycling-link: bind $chest, "flat", "tiny", "average", "large") breasts](else-if: $body is "vop")[(set: $boobanum to "0")(set: $chest to "flat")no breasts](else-if: $body is "mutant")[set of (cycling-link: bind $boobanum, "0", "1", "2", "3") (cycling-link: bind $chest, "flat", "tiny", "average", "large", "huge")] (if: $body is "human")[Genitals: (cycling-link: bind $genitals1, "none", "penis", "penis and balls", "vagina", "vagina and womb")](else-if: $body is "vop")[Genitals: (cycling-link: bind $genitals1, "none", "ovipositor", "vagina", "vagina and womb")](else-if: $body is "mutant")[Genitals set 1: (cycling-link: bind $genitals1, "none", "ovipositor", "penis", "penis and balls", "tentacle", "vagina", "vagina and womb") Genitals set 2: (cycling-link: bind $genitals2, "none", "ovipositor", "penis", "penis and balls", "tentacle", "vagina", "vagina and womb")] [[Next >>|Character creator - Face]](if: $boobanum is "0")[(set: $chest to "flat")](if: $arms1 is "prehensile tentacle")[(set: $fingers1 to "0")](if: $arms2 is "prehensile tentacle")[(set: $fingers2 to "0")](if: $legs1 is "tentacle mass")[(set: $feet to "none")]Face shape: (cycling-link: bind $faceshape, "round", "oval", "square", "angular", "pointy") Eyes: (if: $body is "human")[(set: $eyenum to "2")$eyenum (cycling-link: bind $eyecol, "grey", "green", "blue", "brown", "dark brown") (set: $eyetype to "human")$eyetype eyes](else-if: $body is "vop")[(set: $eyenum to "1")$eyenum (cycling-link: bind $eyecol, "pink", "red", "orange", "yellow", "green", "blue", "purple") (set: $eyetype to "vop")$eyetype eye](else:)[(cycling-link: bind $eyenum, "1", "2", "3", "4", "5") (cycling-link: bind $eyecol, "white", "grey", "black", "dark brown", "brown", "pink", "red", "orange", "yellow", "green", "blue", "purple") (cycling-link: bind $eyetype, "human", "vop", "sclera only", "compound") eyes] Nose: (if: $body is "vop")[(set: $nose to "none")$nose](else-if: $body is "human")[(set: $nose to "human")$nose](else:)[(cycling-link: bind $nose, "none", "slits", "human", "trunk")] Lips: (cycling-link: bind $lipshape, "thin", "average", "thick")(if: $body is "vop")[ and (cycling-link: bind $lipcol, "pink", "red", "orange", "yellow", "green", "blue", "purple")](else-if: $body is "mutant")[ and (cycling-link: bind $lipcol, "pale", "tan", "brown", "black", "pink", "red", "orange", "yellow", "green", "blue", "purple")] Hair: (cycling-link: bind $hairlength, "bald", "shaved", "short", "medium", "long") (if: $body is "human")[(cycling-link: bind $haircol, "white", "grey", "blond", "ginger", "brown", "dark brown", "black") (cycling-link: bind $hairtype, "straight hair", "wavy hair", "curly hair", "coily hair")](else-if: $body is "vop")[(cycling-link: bind $haircol, "pink", "red", "orange", "yellow", "green", "blue", "purple") (cycling-link: bind $hairtype, "feathers", "straight hair", "wavy hair", "curly hair", "coily hair", "slime", "tentacles")](else:)[(cycling-link: bind $haircol, "white", "grey", "blond", "ginger", "brown", "dark brown", "black", "pink", "red", "orange", "yellow", "green", "blue", "purple") (cycling-link: bind $hairtype, "feathers", "straight hair", "wavy hair", "curly hair", "coily hair", "slime", "tentacles")] Horns: (if: $body is "human")[(set: $horns to "none")$horns](else-if: $body is "vop")[(cycling-link: bind $hornsnum, "0", "2") (cycling-link: bind $horns, "short", "medium", "long", "curly")](else:)[(cycling-link: bind $hornsnum, "0", "1", "2", "3", "4") (cycling-link: bind $horns, "short", "medium", "long", "curly", "spiraly")] Ears: (if: $body is "human")[(set: $ears to "round")$ears](else-if: $body is "vop")[(cycling-link: bind $ears, "feathered", "broad", "winged")](else:)[(cycling-link: bind $ears, "round", "pointy", "feathered", "broad", "winged")] [[Next >>|Debug]]