There are times when a specific scene has a direct bearing on the current scene, and the AI needs to have it in the context to write appropriately.
Example:
context.scene.get("Chapter 5, Scene 2")
or maybe
context.scene.get(5, 2)
  • where 5 is the chapter number and 2 is the scene number