Hi
I am setting up a converstation between a player and a NPC where the NPC gives some dialog and the player chooses a responce from a selection, so far so standard. The way I am handling this conversation is all within 1 passage using a variable to track the responce and an array to track the progress of the conversation. as I understand it, the page needs to reload to update the variables but doing this brings the user to the top of the passage so I am looking for a way to jump to the top of the new section of the conversation.
While i could use multiple passages at this point, later on relying on multiple passages per interaction will get unwieldly and make it difficult for the player to keep track of the interraction chain.