What is it: This is a dialogue and answer system which gives a message and options to respond. This is loosely based off of some projects from my friend Rams906 How to use: In this bare bones version I allow you to add questions/answers using Q, 0, 1, 2, 3 keys. How it works: The system represents your current path as a string of numbers 0-3, which it then converts it from "Quaternary" to Decimal and uses that as a list reference for all questions and answers. The rest of that is basically adding a nice visual to make it interactive.