{ (set: $you to (a: "")) }Do you have a deep dark hurt within you, or is your heart pure and wholesome? <div class="choices">๐Ÿ‘บ or ๐Ÿค </div> <div class="">[[or neither->conveyance]]</div> { (click: "๐Ÿ‘บ")[(set: $you to (a: "๐Ÿ‘บ"))(goto: "conveyance")] (click: "๐Ÿค ")[(set: $you to (a: "๐Ÿ‘บ"))(goto: "conveyance")] }How do you get from place to place? <div class="choices">๐Ÿ’ธ or ๐Ÿง  or ๐Ÿ‘ฃ</div> or <div class="">[[neither->problems]]</div> or <div class="">[[I already regret my choices->Got right down to the point didn't we?]]</div> <div class="attributes">(print: $you.join("<br>"))</div> { (click: "๐Ÿ’ธ")[(set: $you to $you + (a: "๐Ÿ’ธ"))(go-to: "problems")] (click: "๐Ÿง ")[(set: $you to $you + (a: "๐Ÿง "))(go-to: "problems")] (click: "๐Ÿ‘ฃ")[(set: $you to $you + (a: "๐Ÿ‘ฃ"))(go-to: "problems")] } How do you solve problems? <div class="choices">โš”๏ธ or ๐Ÿค“</div> or <div class="">[[neither->series]]</div> or <div class="">[[I already regret my choices->Got right down to the point didn't we?]]</div> <div class="attributes">(print: $you.join("<br>"))</div> { (click: "โš”๏ธ")[(set: $you to $you + (a: "โš”๏ธ"))(go-to: "series")] (click: "๐Ÿค“")[(set: $you to $you + (a: "๐Ÿค“"))(go-to: "series")] } Who do you like in the World Series? <div class="choices">โšพ or ๐ŸฅŒ</div> or <div class="">[[neither->YOU]]</div> or <div class="">[[I already regret my choices->Got right down to the point didn't we?]]</div> <div class="attributes">(print: $you.join("<br>"))</div> { (click: "โšพ")[(set: $you to $you + (a: "โšพ"))(go-to: "YOU")] (click: "๐ŸฅŒ")[(set: $you to $you + (a: "๐ŸฅŒ"))(go-to: "YOU")] } {(if: $you's length is 1 and 1st of $you is "")[There's nothing notable about you.]} {(if: $you's length is > 0 and 1st of $you is not "")[Here is what you're like: (for: each _item, ...$you)[ (if: _item is "๐Ÿ‘บ")[* ๐Ÿ‘บ Tormented] (if: _item is "๐Ÿค ")[* ๐Ÿค  Wholesome] (if: _item is "๐Ÿ’ธ")[* ๐Ÿ’ธ Flying] (if: _item is "๐Ÿง ")[* ๐Ÿง  Teleporter] (if: _item is "๐Ÿ‘ฃ")[* ๐Ÿ‘ฃ Walker] (if: _item is "โš”๏ธ")[* โš”๏ธ Fight!] (if: _item is "๐Ÿค“")[* ๐Ÿค“ Wits!] (if: _item is "โšพ")[* โšพ Mainstream] (if: _item is "๐ŸฅŒ")[* ๐ŸฅŒ Alternative] ]]} [[I regret my choices->Got right down to the point didn't we?]] <div class="attributes">(print: $you.join("<br>"))</div>