{
(if:$arousal is "positive")[(set:$pron to "him")(set:$hp to "he probably hates")]
(else-if:$arousal is "negative")[(set:$pron to "her")(set:$hp to "she probably hates")]
(else:)[(set:$pron to "them")(set:$hp to "they probably hate")]
}
{
(if:$arousal is "positive")
[he's deep inside my head. it's that stupid fruit.]
(else-if:$arousal is "negative")
[a wisp of a memory--I've forgotten the shape of her face]
(else-if:$arousal is "neutral")
[tangerine reminded us of someone]
(else:)
[[it reminds you of an old friend->arousal]]
}
{
(if:$dominance is "positive")
[I wrote; a long letter, it's in the mail]
(else-if:$dominance is "negative")
[$hp you anyway. better to do nothing...]
(else-if:$dominance is "neutral")
[I'll put this off until tomorrow.]
(else:)
[[should you send $pron a letter?->dominance]]
}
{
(if:$valence is "positive")
[feeling better already]
(else-if:$valence is "negative")
[I feel sick.]
(else-if:$valence is "neutral")
[the thought sweeps by on a swift breeze]
(else:)
[[life goes on->valence]]
}==>
(link: "it's only the scent of tangerine;")
[(set: $arousal to "negative")(goto: "story")]
(link: "a flush of dysphoric nostalgia.")
[(set: $arousal to "positive")(goto: "story")]
(link: "were you two even friends?")
[(set: $arousal to "neutral")(goto: "story")]==>
(link: "I would have to face my fears.")
[(set: $dominance to "negative")(goto: "story")]
(link: "this is an opportunity,")
[(set: $dominance to "positive")(goto: "story")]
(link: "but it's difficult to decide")
[(set: $dominance to "neutral")(goto: "story")]==>
(link: "we used to be friends...")
[(set: $valence to "negative")(goto: "story")]
(link: "I still remember laughing on the concrete.")
[(set: $valence to "positive")(goto: "story")]
(link: "do you think this will work?")
[(set: $valence to "neutral")(goto: "story")]