//oop:

Turns and ROOMs

Playing a traditional TTRPG means having structured conversations. We can apply some conversation analysis ideas1.

1.

The core loop is a simple turn‑taking exchange:

  1. The GM describes the situation.
  2. The players react.
  3. The GM adjudicates and updates the situation.

Each part of the loop calls for a specific type of response, just like a question prompts an answer or a call invites a response. These patterns are adjacency pairs.

We can treat the loop as a three‑step adjacency exchange: describe → react → adjudicate.

2.

How can we make sure our turn prompts the desired response?

  1. GMs must signal what can be interacted with so players can react.
  2. Players must signal what they want to do and how so the GM can judge the result2.

A simple GM script for describing a situation:

Set the immediate context.  

Render things the players can interact with: objects, people, exits.  

This matches the structure of rooms.

3.

A room is not only a place. It is a communicative default.


Reach out

  1. But not a CA method, as I’m working theoretically.

  2. Intent and approach.

#linguistics