Quest 6: setPronoun(item) FUNCTION
Richard Headkid
13 Dec 2020, 04:34This allows you to set the parser to recognize your pronoun as the item.
function setPronoun(item){
var { subjective : pronoun } = item.pronouns
parser.pronouns[pronoun] = item
return pronoun
}