Tidy Text Adventures‎ > ‎Language‎ > ‎

Movement


  • North Proper Name
    • The name for "North" when constructing room directions.
    • Example: You see the Kitchen to the North

  • South Proper Name
    1. The name for "South" when constructing room directions.
    2. Example: You see the Kitchen to the South

  • East Proper Name
    1. The name for "East" when constructing room directions.
    2. Example: You see the Kitchen to the East

  • West Proper Name
    1. The name for "West" when constructing room directions.
    2. Example: You see the Kitchen to the West

  • Up Direction Prefix
    1. The prefix placed before the room located above the player.
    2. Example: Above you you see the Kitchen.

  • Down Direction Prefix
    1. The prefix placed before the room located below the player.
    2. Example: Below you you see the Kitchen.

  • Up Direction Suffix
    1. The suffix placed after the room located above the player.
    2. Example: You see the Kitchen above you.

  • Down Direction Suffix
    1. The suffix placed after the room located below the player.
    2. Example: You see the Kitchen below you.

  • Cardinal Enterable Room Prefix
    1. The prefix placed before the room located adjacent to the player.
    2. Example: To the North you see the Kitchen.

  • Cardinal Enterable Room Suffix
    1. The suffix placed after the room located adjacent to the player.
    2. Example: You see the Kitchen to the North.

  • Move North Keywords
    1. The keywords the player can use in order to move North.
    2. Example: North, n, nth

  • Move South Keywords
    1. The keywords the player can use in order to move South.
    2. Example: South, s, sth


  • Move East Keywords
    1. The keywords the player can use in order to move East.
    2. Example: East, e

  • Move West Keywords
    1. The keywords the player can use in order to move West.
    2. Example: West, w
  • Move Up Keywords
    1. The keywords the player can use in order to move Up.
    2. Example: Up, u

  • Move Down Keywords
    1. The keywords the player can use in order to move Down.
    2. Example: Down, d


  • North/East/South/West Movement Suffixes
    1. The suffix placed after the direction when printing cardinal exits.
    2. Example: To the East you see the Kitchen

  • North/East/South/West Movement Prefixes
    1. The prefix placed before the direction when printing cardinal exits.
    2. Example: You see the kitchen to the East

  • Up/Down Movement Suffixes
    1. The suffix placed after the direction when printing dimensional exits.
    2. Example: Above you you see the Attic.

  • Up/Down Movement Prefixes
    1. The prefix placed before the direction when printing dimensional exits.
    2. Example: You see the basement below you.
Comments