Greetings, all. I am trying to build an NPC character that my players can ask questions of. Think of a "Jor'El" type of hologram from Superman. I want to create a macro that starts off with questions like "who are you?", "what is this place?", and the like. I know I can create a macro that can include links to other macros that can display the answers to the questions. What I'd like to do is create some decision trees, for example, if the player asks "Who are you?", the response might include an answer like "I am a hologram of Jor'El...", then provide a link to maybe three other questions. The player can select another question, get an answer, and be possibly presented with more questions. But I want to prevent the player from going back to a previous question, just in case they think they didn't ask the right question to begin with. Is there a way to do this without creating an API (not a programmer unfortunately), or, is there an existing API script that can be used to create this functionality?