checkers for 1st, 2nd, & 3rd person pronouns, honorifics, names, & titles [[set variables]]this page is used to set the variables for the rest of the twinery in order to avoid variable resets & mistakes! [[hub]] (set: $self to "self") (set: $honorific1 to "Mr") (set: $honorific2 to "Ms") (set: $honorific3 to "Mx") (set: $name1 to "Charlie") (set: $name2 to "James") (set: $name3 to "Mary") (set: $title1 to "the royal") (set: $title2 to "the princess") (set: $title3 to "the prince") (set: $they to "they") (set: $them to "them") (set: $their to "their") (set: $theirs to "theirs") (set: $themself to "themself") (set: $i to "i") (set: $me to "me") (set: $my to "my") (set: $mine to "mine") (set: $myself to "myself") (set: $you1 to "you") (set: $you2 to "you") (set: $your to "your") (set: $yours to "yours") (set: $yourself to "yourself")here are the links to each checker! click the word "(link-reveal:"self")[(set: $self to (prompt: "enter self", "selves"))]" if you want to change it to something else, such as "selves". the word self doesn't show up in the pronoun checkers. [[1st person pronoun checker]] [[2nd person pronoun checker]] [[3rd person pronoun checker]] [[honorific checker]] [[name checker]] [[title checker]][[insert 1stp pronouns]] [[check 1stp pronouns]] [[back->hub]][[insert 2ndp pronouns]] [[check 2ndp pronouns]] [[back->hub]][[insert 3rdp pronouns]] [[check 3rdp pronouns]] [[back->hub]]change (link-reveal:"i")[(set: $i to (prompt: "enter subject", "i"))] change (link-reveal:"me")[(set: $me to (prompt: "enter object", "me"))] change (link-reveal:"my")[(set: $my to (prompt: "enter possesive determinator", "my"))] change (link-reveal:"mine")[(set: $mine to (prompt: "enter possesive", "mine"))] change (link-reveal:"myself")[(set: $myself to (prompt: "enter reflexive", "myself"))] [[back->1st person pronoun checker]] $i went to the park. $i had a friend with $me. $i brought $my frisbee. at least, $i think it was $mine. $i threw the frisbee to $myself. [[back->1st person pronoun checker]] change (link-reveal:"you (subject)")[(set: $you1 to (prompt: "enter subject", "you"))] change (link-reveal:"you (object)")[(set: $you2 to (prompt: "enter object", "you"))] change (link-reveal:"your")[(set: $your to (prompt: "enter possesive determinator", "your"))] change (link-reveal:"yours")[(set: $yours to (prompt: "enter possesive", "yours"))] change (link-reveal:"yourself")[(set: $yourself to (prompt: "enter reflexive", "yourself"))] [[back->2nd person pronoun checker]] $you1 went to the park. i went with $you2. $you1 brought $your frisbee. at least, i think it was $yours. $you1 threw the frisbee to $yourself. [[back->2nd person pronoun checker]] change (link-reveal:"they")[(set: $they to (prompt: "enter subject", "they"))] change (link-reveal:"them")[(set: $them to (prompt: "enter object", "them"))] change (link-reveal:"their")[(set: $their to (prompt: "enter possesive determinator", "their"))] change (link-reveal:"theirs")[(set: $theirs to (prompt: "enter possesive", "theirs"))] change (link-reveal:"themself")[(set: $themself to (prompt: "enter reflexive", "themself"))] [[back->3rd person pronoun checker]] $they went to the park. i went with $them. $they brought $their frisbee. at least, i think it was $theirs. $they threw the frisbee to $themself. [[back->3rd person pronoun checker]] [[insert honorifics]] [[check honorifics]] [[back->hub]][[insert names]] [[check names]] [[back->hub]][[insert titles]] [[check titles]] [[back->hub]]change (link-reveal:"honorific 1")[(set: $honorific1 to (prompt: "enter honorific", "Mr"))] change (link-reveal:"honorific 2")[(set: $honorific2 to (prompt: "enter honorific", "Ms"))] change (link-reveal:"honorific 3")[(set: $honorific3 to (prompt: "enter honorific", "Mx"))] if you only want to check one honorific, change honorific 1, 2, & 3 to the same honorific. if you don't change them they'll default to the honorifics we put in so,,, [[back->honorific checker]] $honorific1 went to the park. i went with $honorific2. $honorific3 brought $honorific1's frisbee. at least, i think it was $honorific2's. $honorific3 threw the frisbee to $honorific1's $self. [[back->honorific checker]] $name1 went to the park. i went with $name2. $name3 brought $name1's frisbee. at least, i think it was $name2's. $name3 threw the frisbee to $name1's $self. [[back->name checker]] change (link-reveal:"name 1")[(set: $name1 to (prompt: "enter name", "Charlie"))] change (link-reveal:"name 2")[(set: $name2 to (prompt: "enter name", "James"))] change (link-reveal:"name 3")[(set: $name3 to (prompt: "enter name", "Mary"))] if you only want to check one name, change name 1, 2, & 3 to the same name. if you don't change them they'll default to the names we put in so,,, [[back->name checker]] change (link-reveal:"title 1")[(set: $title1 to (prompt: "enter title", "the royal"))] change (link-reveal:"title 2")[(set: $title2 to (prompt: "enter title", "the princess"))] change (link-reveal:"title 3")[(set: $title3 to (prompt: "enter title", "the prince"))] if you only want to check one title, change title 1, 2, & 3 to the same title. if you don't change them they'll default to the titles we put in so,,, [[back->title checker]] $title1 went to the park. i went with $title2. $title3 brought $title1's frisbee. at least, i think it was $title2's. $title3 threw the frisbee to $title1's $self. [[back->title checker]]