// (subjective) Personal pronoun
//
// English: You He She It
//
// 
.PP_SUBJ.
[PC:You]
[MASC:He]
[FEM:She]
[*:It]


// objective personal pronoun
//
// English: You Him Her It
// 
.PP_OBJ.
[PC:You]
[MASC:Him]
[FEM:Her]
[*:It]

// possessive adjective / genitive case
//
// my, your, his, her, its
.PP_GEN.
[PC:Your]
[MASC:His]
[FEM:Her]
[*:Its]


.PP_PART.
[PC:You]
[*:<npc_definite_partitive>]

// present tense with subject
//
// "You" "are"
// "He/She/It" "is"
//
.SUBJ_PRES.
[PC:You are]
[*:[PP_SUBJ:<who>] is]

// simply "but" as in example: I would do anything for you BUT I won't do that.
// 
.BUT.
but

// simply "and" as in example: Me AND my game.
.AND.
and

// "as" as in example: you make a shot *as* he ducks down.
.AS.
as

// general adjectives used in various messages combinations.
//
.ADJ.
[BIG:big]
[SMALL:small]


