You are a cruel author writing a book with many characters. (set: $HP to 20)(set: $MaxHP to 20)(set: $Tears to 0)(set: $AllTears to 0)(set: $Page to 1)(set: $Roll to 6) [[Start chapter 1->Page]](display: "Stats")(set: $Page to $Page + 1)(set: $idea1 to (either: "storm","betrayal","hunt","hit","tickle","band","troupe","fart","strike","bite","licking","melting","plan","thought","mind","claw","dressing","desert","dessert","world","continent","line","verse","ballad","poem","play","game","dance","hat","flirting","friendship","distance","killing","revival","universe","change","rain","destruction","spell","happening","happy hour","tavern","drink","fight","brawl","song","circus","building","feast","festival","poisoning","ritual","sacrifice","smell"))(set: $idea2 to (either: "cows","kittens","elves","guitars","game developers","dwarves","goblins","chairs","teacups","holes","flowers","walrusses","wolves","fishes","monsters","players","dragons","puppies","drawers","friends","enemies","dinosaurs","worlds","plans","people","trees","smoke","volcanoes","clouds","the winds","the others","arrows","swords","shields","daggers","snow","cards","fire","ice","dolphins")) Your idea for this chapter: a (print: $idea1) of (print: $idea2) (set: $Random to Math.round(Math.random() * $Roll))(if: $Random < 1)[(set: $Random to 1)](set: $Anti to $Roll - $Random)(if: $Anti < 1)[(set: $Anti to 1)] (if: $Tears >= 2)[ [[That's too cruel. (+(print:$Anti) Characters, -2 Tears)->heal]] ] [[Yes! Mwahahaha! (-(print:$Random) Characters, +1 Tear)->yes]]Characters: (print: $HP) Tears: (print: $Tears)(set: $HP to $HP + $Anti)(set: $Tears to $Tears - 2)(display: "Stats") [[Write chapter (print: $Page)->Page]](set: $Tears to $Tears + 1)(set: $AllTears to $AllTears + 1)(set: $HP to $HP - $Random)(if: $HP < 0)[(set: $HP to 0)](display: "Stats") (if: $HP <= 0)[You killed all your characters, you monster! The last died in a (print: $idea1) of (print: $idea2).] (if: $HP > 0)[ [[Write chapter (print: $Page)->Page]] ] (if: $HP <= 0)[ [[End book->End]] ]Your book ended on chapter (print: $Page). Your readers each shed (print: $AllTears) tears. [[Write another book->Start]]