This is an engine for multiple choice stories, based in binary numbers. There are 8 possible endings. How it works: There's a variable called "History" that starts in 1. When you chose the "a" option, the code will add a 0 to the History variable. If you chose "b", you will add a 1. So, if for example you chose the "a" option first, the History variable will equal to "10". 10 in binary is 2, so to decide which is the next option, the code chooses the element 2 of the "options" list (10 = 2). But, if you first choose the "b" option, the History variable will change to 11, that in binary is 3, so the next option will be the element 3 of the options list. Credits: Code: me Text font: griffpatch My main: @Yersinia07