-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConversations.xml
27 lines (25 loc) · 889 Bytes
/
Conversations.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<conversations>
<conversation ID="helado_Brewed Beverages_Automatic Brewer">
<node ID="Start">
<text>
{{w|*The machine emanates personality, but without the accompanying ego. The disconnect is somewhat jarring.*}}
</text>
<choice GotoID="End">...</choice>
</node>
</conversation>
<conversation ID="helado_Brewed Beverages_Animated Automatic Brewer">
<node ID="Start">
<text>
Oh dear. This is new.
</text>
<choice GotoID="What">What?</choice>
<choice GotoID="End">Live and... brew?</choice>
</node>
<node ID="What">
<text>
I've never been alive before. I don't like it. It's distinctly uncomfortable.
</text>
<choice GotoID="End">My condolences, friend.</choice>
</node>
</conversation>
</conversations>