{
(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>