**Prototype Character Creator**
(css: "font-size: 80%;")[ Face: (link: "Aqua")[ (set: $FaceColor to "Aqua")(goto: "MAIN") ] | (link: "Brown")[ (set: $FaceColor to "Brown")(goto: "MAIN") ] | (link: "Green")[ (set: $FaceColor to "Green")(goto: "MAIN") ] | (link: "Orange")[ (set: $FaceColor to "Orange")(goto: "MAIN") ] | (link: "Red")[ (set: $FaceColor to "Red")(goto: "MAIN") ] | (link: "White")[ (set: $FaceColor to "White")(goto: "MAIN") ]
Eyes: (link: "Aqua")[ (set: $EyesColor to "Aqua")(goto: "MAIN") ] | (link: "Black")[ (set: $EyesColor to "Black")(goto: "MAIN") ] | (link: "Brown")[ (set: $EyesColor to "Brown")(goto: "MAIN") ] | (link: "Green")[ (set: $EyesColor to "Green")(goto: "MAIN") ] | (link: "Red")[ (set: $EyesColor to "Red")(goto: "MAIN") ] | (link: "Yellow")[ (set: $EyesColor to "Yellow")(goto: "MAIN") ] | (link: "Star")[ (set: $EyesColor to "Star")(goto: "MAIN") ]
Ears: (link: "Aqua")[ (set: $EarsColor to "Aqua")(goto: "MAIN") ] | (link: "Green")[ (set: $EarsColor to "Green")(goto: "MAIN") ] | (link: "Orange")[ (set: $EarsColor to "Orange")(goto: "MAIN") ] | (link: "Pink")[ (set: $EarsColor to "Pink")(goto: "MAIN") ] | (link: "Red")[ (set: $EarsColor to "Red")(goto: "MAIN") ] | (link: "White")[ (set: $EarsColor to "White")(goto: "MAIN") ]
Nose: (link: "OvalNose Black")[ (set: $NoseType to "OvalNose Black")(goto: "MAIN") ] | (link: "OvalNose Pink")[ (set: $NoseType to "OvalNose Pink")(goto: "MAIN") ] | (link: "TriangleNose Black")[ (set: $NoseType to "TriangleNose Black")(goto: "MAIN") ] | (link: "TriangleNose Pink")[ (set: $NoseType to "TriangleNose Pink")(goto: "MAIN") ]
Mouth: (link: "Nervous")[ (set: $MouthPose to "Nervous Mouth")(goto: "MAIN") ] | (link: "No Mouth")[ (set: $MouthPose to "No Mouth")(goto: "MAIN") ] | (link: "Open Mouth")[ (set: $MouthPose to "Open Mouth")(goto: "MAIN") ] | (link: "OpenSmile")[ (set: $MouthPose to "OpenSmile Mouth")(goto: "MAIN") ] | (link: "Neutral Mouth")[ (set: $MouthPose to "Neutral Mouth")(goto: "MAIN") ] ]
(if: $FaceColor is "Aqua")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Face%20-%20Aqua.png>
</p> ] (if: $FaceColor is "Brown")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Face%20-%20Brown.png> </p> ] (if: $FaceColor is "Green")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Face%20-%20Green.png> </p> ] (if: $FaceColor is "Orange")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Face%20-%20Orange.png> </p> ] (if: $FaceColor is "Red")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Face%20-%20Red.png> </p> ] (if: $FaceColor is "White")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Face%20-%20White.png> </p> ] (if: $EyesColor is "Aqua")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Eyes%20-%20Circle%20Aqua.png> </p> ] (if: $EyesColor is "Black")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Eyes%20-%20Circle%20Black.png> </p> ] (if: $EyesColor is "Brown")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Eyes%20-%20Circle%20Brown.png> </p> ] (if: $EyesColor is "Green")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Eyes%20-%20Circle%20Green.png> </p> ] (if: $EyesColor is "Red")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Eyes%20-%20Circle%20Red.png> </p> ] (if: $EyesColor is "Yellow")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Eyes%20-%20Circle%20Yellow.png> </p> ] (if: $EyesColor is "Star")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Eyes%20-%20Star.png> </p> ] (if: $EarsColor is "Aqua")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Ears%20-%20OvalTriangle%20-%20Aqua.png> </p> ] (if: $EarsColor is "Green")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Ears%20-%20OvalTriangle%20-%20Green.png> </p> ] (if: $EarsColor is "Orange")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Ears%20-%20OvalTriangle%20-%20Orange.png> </p> ] (if: $EarsColor is "Pink")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Ears%20-%20OvalTriangle%20-%20Pink.png> </p> ] (if: $EarsColor is "Red")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Ears%20-%20OvalTriangle%20-%20Red.png> </p> ] (if: $EarsColor is "White")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Ears%20-%20OvalTriangle%20-%20White.png> </p> ] (if: $NoseType is "OvalNose Black")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Oval%20Nose%20-%20Black.png> </p> ] (if: $NoseType is "OvalNose Pink")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Oval%20Nose%20-%20Pink.png> </p> ] (if: $NoseType is "TriangleNose Black")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Triangle%20Nose%20-%20Black.png> </p> ] (if: $NoseType is "TriangleNose Pink")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Triangle%20Nose%20-%20Pink.png> </p> ] (if: $MouthPose is "Nervous Mouth")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Mouth%20-%20Nervous.png> </p> ] (if: $MouthPose is "No Mouth")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Mouth%20-%20No%20Mouth.png> </p> ] (if: $MouthPose is "Open Mouth")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Mouth%20-%20Open.png> </p> ] (if: $MouthPose is "OpenSmile Mouth")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Mouth%20-%20OpenSmile2.png> </p> ] (if: $MouthPose is "Neutral Mouth")[ <p class="positioned">
<img src=https://darkxirogms.neocities.org/CharacterCreator/Prototype/Neutral%20Mouth.png> </p> ]
Made by Arc
(set: $FaceColor to "White")
(set: $EyesColor to "Aqua")
(set: $EarsColor to "White")
(goto: "MAIN")