Assorted Text Generation

version 4 by Emily Short

  • Home page
  • Beginning
  • Previous



  • Section 5 - Phrases about You

    To say you or (culprit - a person):
        if the culprit is the player, say "you";
        otherwise say "[culprit]".

    To say you or the (culprit - a person):
        if the culprit is the player, say "you";
        otherwise say "[the culprit]".

    To say you or a/an (culprit - a person):
        if the culprit is the player, say "you";
        otherwise say "[a culprit]".

    To say me or (culprit - a person):
        if the culprit is the player, say "me";
        otherwise say "[culprit]".

    To say me or the (culprit - a person):
        if the culprit is the player, say "me";
        otherwise say "[the culprit]".

    To say me or a/an (culprit - a person):
        if the culprit is the player, say "me";
        otherwise say "[a culprit]".

    To say (culprit - a person) or I:
        if the culprit is the player, say "I";
        otherwise say "[culprit]".

    To say the (culprit - a person) or I:
        if the culprit is the player, say "I";
        otherwise say "[the culprit]".

    To say a/an (culprit - a person) or I:
        if the culprit is the player, say "I";
        otherwise say "[a culprit]".


    Assorted Text Generation ends here.