Pronoun Checkers for 1st, 2nd, & 3rd Person Pronouns
[[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: $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")
(set: $they to "they")
(set: $them to "them")
(set: $their to "their")
(set: $theirs to "theirs")
(set: $themself to "themself")Here are the links to each pronoun checker!
[[1st Person Pronoun Checker]]
[[2nd Person Pronoun Checker]]
[[3rd Person Pronoun Checker]][[Insert 1stp Pronouns]]
[[Check 1st Person Pronouns]]
[[Back->Hub]][[Insert 2ndp Pronouns]]
[[Check 2nd Person Pronouns]]
[[Back->Hub]][[Insert 3rdp Pronouns]]
[[Check 3rd Person Pronouns]]
[[Back->Hub]]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 possessive 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]]change (link-reveal: "$you1")[(set: $you1 to (prompt: "enter subject", "you"))]
change (link-reveal: "$you2")[(set: $you2 to (prompt: "enter object", "you"))]
change (link-reveal: "$your")[(set: $your to (prompt: "enter possessive determinator", "your"))]
change (link-reveal: "$yours")[(set: $yours to (prompt: "enter possessive", "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: "$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 possessive determinator", "my"))]
change (link-reveal: "$mine")[(set: $mine to (prompt: "enter possessive", "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]]