(enchant:?page,(text-colour:black)+(bg:#f1f3f5)) (input-box:2bind $name,"=XX=",1,"What is your name?") [[continue->Name gotten]](enchant:?page,(text-colour:black)+(bg:#f1f3f5)) Hi, $name! Do you use standard (he/she/they) or neo (fae/xe/etc) pronouns? (dropdown: 2bind $standard,"Standard Pronouns","Neo Pronouns") [[continue->Standard or Neo]] (enchant:?page,(text-colour:black)+(bg:#f1f3f5)) (if:$standard is "Standard Pronouns")[Select your pronouns: (dropdown: 2bind $pronouns,"he him his","they them theirs","she her hers")] (if:$standard is "Neo Pronouns")[(input-box:2bind $subjectPronoun,"=XX=","Enter the Subject pronoun (he/she/they)") (input-box:2bind $objectPronoun,"=XX=","Enter the object pronoun (him/her/them)") (input-box:2bind $possessivePronoun,"=XX=","Enter the possessive pronoun (his/hers/theirs)")] [[Continue->Thanks!]](enchant:?page,(text-colour:black)+(bg:#f1f3f5)) Thanks! Let's try a test sentence now, shall we? [[Continue->Test Sentence]] (if:$pronouns is "he him his")[(set: $subjectPronoun to "he")(set: $objectPronoun to "him")(set: $possessivePronoun to "his")] (else-if:$pronouns is "they them theirs")[(set: $subjectPronoun to "they")(set: $objectPronoun to "them")(set: $possessivePronoun to "their")] (else-if:$pronouns is "she her hers")[(set: $subjectPronoun to "she")(set: $objectPronoun to "her")(set: $possessivePronoun to "her")](enchant:?page,(text-colour:black)+(bg:#f1f3f5)) $name is $possessivePronoun name, and $subjectPronoun enjoy(s) browsing the internet for hours. Everyone should be friends with $name, because people have a great time with $objectPronoun around!