Say I want to be able to ask an NPC two questions infinitely until I say goodbye, currently I have it so when you start asking questions, you're given A, B, and G (oodbye). Right now I have it set it so A branches to A, B, G, and B branches to A, B, G. Is there a cleaner way to have this effect? If I wanted to ask 10 questions that's a lot of extra branching paths.