File size: 19,187 Bytes
b6a38d7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
-- ========== GENERATED BY Conversation Editor DO NOT EDIT MANUALLY! ==========

PlaceObj('Conversation', {
	AssignToGroup = "FamilyGathering",
	Comment = "When you have enough clues, you can trigger a gathering on the scene of the crime where this conversation takes place. At the end of the conversation, either the doctor is executed, both families attack the player's team, or the families start fighting each other.",
	Conditions = {
		PlaceObj('QuestIsVariableBool', {
			QuestId = "TwinManors",
			Vars = set({
	DoctorDead = false,
	DoctorExecution = false,
	FamiliesCombat = false,
	FamiliesCombatFFA = false,
	FamiliesCombatPlayer = false,
	FamiliesDefeated = false,
	FamilyGathered = true,
	FamilyGathering = true,
}),
			__eval = function ()
				local quest = gv_Quests['TwinManors'] or QuestGetState('TwinManors')
				return not quest.DoctorDead and not quest.DoctorExecution and not quest.FamiliesCombat and not quest.FamiliesCombatFFA and not quest.FamiliesCombatPlayer and not quest.FamiliesDefeated and quest.FamilyGathered and quest.FamilyGathering
			end,
		}),
	},
	DefaultActor = "DrLEnfer",
	group = "Farmland",
	id = "DrLEnfer_2",
	PlaceObj('ConversationPhrase', {
		AutoRemove = true,
		Keyword = "Greeting",
		KeywordT = T(774381032385, --[[Conversation DrLEnfer_2 KeywordT]] "Greeting"),
		Lines = {
			PlaceObj('ConversationLine', {
				Character = "DrLEnfer",
				SoundAfter = "Sounds/ConversationEffects/iact_crowdreactions2_murmur1.wav",
				Text = T(547850547421, --[[Conversation DrLEnfer_2 Text voice:DrLEnfer section:DrLEnfer_2 keyword:Greeting4]] 'What is it, "officers"? I\'m dying to learn who your suspect is. Or shall we resort to exorcism?'),
			}),
		},
		NoBackOption = true,
		id = "Greeting4",
	}),
	PlaceObj('ConversationPhrase', {
		Comment = "repeated",
		Keyword = "Greeting",
		KeywordT = T(774381032385, --[[Conversation DrLEnfer_2 KeywordT]] "Greeting"),
		Lines = {
			PlaceObj('ConversationLine', {
				Character = "DrLEnfer",
				Text = T(597016766734, --[[Conversation DrLEnfer_2 Text voice:DrLEnfer section:DrLEnfer_2 keyword:Greeting]] 'Now, have you made up your mind already? Who is your <em>murderer</em>, "constables"?'),
			}),
		},
		NoBackOption = true,
		id = "Greeting",
	}),
	PlaceObj('ConversationPhrase', {
		Comment = "This will cause the Doctor to be executed",
		Effects = {
			PlaceObj('QuestSetVariableBool', {
				Prop = "DoctorExecution",
				QuestId = "TwinManors",
			}),
		},
		GoTo = "<end conversation>",
		Keyword = "You did it",
		KeywordT = T(942924588771, --[[Conversation DrLEnfer_2 KeywordT]] "You did it"),
		Lines = {
			PlaceObj('ConversationLine', {
				Character = "DrLEnfer",
				Text = T(702594355899, --[[Conversation DrLEnfer_2 Text voice:DrLEnfer section:DrLEnfer_2 keyword:You did it]] "Oh really? If I was as bad at doctoring as you are at investigating, I'd be running a morgue instead of a clinic."),
			}),
			PlaceObj('ConversationInterjectionList', {
				Interjections = {
					PlaceObj('ConversationInterjection', {
						Lines = {
							PlaceObj('ConversationLine', {
								Character = "Red",
								Text = T(169706261131, --[[Conversation DrLEnfer_2 Text voice:Red section:DrLEnfer_2 keyword:You did it]] "It would be a better match for your bedside manner, that's for certain!"),
							}),
						},
					}),
					PlaceObj('ConversationInterjection', {
						Lines = {
							PlaceObj('ConversationLine', {
								Character = "Scope",
								Text = T(773514440706, --[[Conversation DrLEnfer_2 Text voice:Scope section:DrLEnfer_2 keyword:You did it]] "It would certainly be a better match for your personality."),
							}),
						},
					}),
					PlaceObj('ConversationInterjection', {
						Lines = {
							PlaceObj('ConversationLine', {
								Character = "Tex",
								Text = T(339469082998, --[[Conversation DrLEnfer_2 Text voice:Tex section:DrLEnfer_2 keyword:You did it]] "Sorry, old-timer. Time for frontier justice!"),
							}),
						},
					}),
				},
			}),
			PlaceObj('ConversationLine', {
				Character = "DrLEnfer",
				SoundAfter = "Sounds/ConversationEffects/iact_crowdreactions2_murmur2.wav",
				Text = T(160414302706, --[[Conversation DrLEnfer_2 Text voice:DrLEnfer section:DrLEnfer_2 keyword:You did it]] "I hardly even need to ask, but what do my good neighbors think?"),
			}),
		},
		StoryBranchIcon = "conversation_arrow",
		id = "Youdidit",
	}),
	PlaceObj('ConversationPhrase', {
		Comment = "Both families will attack the player",
		Effects = {
			PlaceObj('QuestSetVariableBool', {
				Prop = "FamiliesCombatPlayer",
				QuestId = "TwinManors",
			}),
		},
		GoTo = "LeDomasdidit",
		Keyword = "Van Tassels did it",
		KeywordT = T(636481284811, --[[Conversation DrLEnfer_2 KeywordT]] "Van Tassels did it"),
		PlayGoToPhrase = true,
		StoryBranchIcon = "conversation_arrow",
		id = "VanTasselsdidit",
	}),
	PlaceObj('ConversationPhrase', {
		Comment = "Both families will attack the player",
		Effects = {
			PlaceObj('QuestSetVariableBool', {
				Prop = "FamiliesCombatPlayer",
				QuestId = "TwinManors",
			}),
		},
		GoTo = "<end conversation>",
		Keyword = "Le Domas did it",
		KeywordT = T(789751685852, --[[Conversation DrLEnfer_2 KeywordT]] "Le Domas did it"),
		Lines = {
			PlaceObj('ConversationLine', {
				Character = "DrLEnfer",
				Text = T(818715088608, --[[Conversation DrLEnfer_2 Text voice:DrLEnfer section:DrLEnfer_2 keyword:Le Domas did it]] "I think you're not entirely wrong, but you could be multiplying the wrongs instead of subtracting."),
			}),
			PlaceObj('ConversationInterjectionList', {
				Interjections = {
					PlaceObj('ConversationInterjection', {
						Lines = {
							PlaceObj('ConversationLine', {
								Character = "Steroid",
								Text = T(565753507720, --[[Conversation DrLEnfer_2 Text voice:Steroid section:DrLEnfer_2 keyword:Le Domas did it]] "Math is hard!"),
							}),
						},
					}),
					PlaceObj('ConversationInterjection', {
						Lines = {
							PlaceObj('ConversationLine', {
								Character = "Shadow",
								Text = T(741033338407, --[[Conversation DrLEnfer_2 Text voice:Shadow section:DrLEnfer_2 keyword:Le Domas did it]] "I swear, this guy's got a riddle for everything."),
							}),
						},
					}),
					PlaceObj('ConversationInterjection', {
						Lines = {
							PlaceObj('ConversationLine', {
								Character = "Fidel",
								Text = T(514825797428, --[[Conversation DrLEnfer_2 Text voice:Fidel section:DrLEnfer_2 keyword:Le Domas did it]] "Philosophy of Fidel is that many wrongs make right."),
							}),
						},
					}),
				},
			}),
			PlaceObj('ConversationLine', {
				Character = "DrLEnfer",
				SoundAfter = "Sounds/ConversationEffects/iact_crowdreactions2_boooo1.wav",
				Text = T(488875150899, --[[Conversation DrLEnfer_2 Text voice:DrLEnfer section:DrLEnfer_2 keyword:Le Domas did it]] "Well, what do my good neighbors have to say to these accusations?"),
			}),
		},
		StoryBranchIcon = "conversation_arrow",
		id = "LeDomasdidit",
	}),
	PlaceObj('ConversationPhrase', {
		Align = "right",
		Comment = "If you have proof who did the murders. Both families start attacking each other in this case.",
		Conditions = {
			PlaceObj('QuestIsVariableBool', {
				QuestId = "TwinManors",
				Vars = set( "HaveProof" ),
				__eval = function ()
					local quest = gv_Quests['TwinManors'] or QuestGetState('TwinManors')
					return quest.HaveProof
				end,
			}),
		},
		Effects = {
			PlaceObj('QuestSetVariableBool', {
				Prop = "FamiliesCombatFFA",
				QuestId = "TwinManors",
			}),
		},
		GoTo = "<end conversation>",
		Keyword = "The Families were killing each other",
		KeywordT = T(813095741720, --[[Conversation DrLEnfer_2 KeywordT]] "The Families were killing each other"),
		Lines = {
			PlaceObj('ConversationLine', {
				Character = "DrLEnfer",
				Text = T(132994826934, --[[Conversation DrLEnfer_2 Text voice:DrLEnfer section:DrLEnfer_2 keyword:The Families were killing each other]] "As a notorious pessimist, I confess to feeling a little disappointed. I expected you to be as shortsighted as my half-wit neighbors."),
			}),
			PlaceObj('ConversationInterjectionList', {
				Interjections = {
					PlaceObj('ConversationInterjection', {
						Lines = {
							PlaceObj('ConversationLine', {
								Character = "Fidel",
								Text = T(165295661050, --[[Conversation DrLEnfer_2 Text voice:Fidel section:DrLEnfer_2 keyword:The Families were killing each other]] "Fidel is confused. You making fun of Fidel?"),
							}),
						},
					}),
					PlaceObj('ConversationInterjection', {
						Lines = {
							PlaceObj('ConversationLine', {
								Character = "Nails",
								Text = T(992159266701, --[[Conversation DrLEnfer_2 Text voice:Nails section:DrLEnfer_2 keyword:The Families were killing each other]] "That's what you get for misunderestimating us."),
							}),
						},
					}),
					PlaceObj('ConversationInterjection', {
						Lines = {
							PlaceObj('ConversationLine', {
								Character = "MD",
								Text = T(276721491095, --[[Conversation DrLEnfer_2 Text voice:MD section:DrLEnfer_2 keyword:The Families were killing each other]] "I had my shortsightedness corrected when I was in high school."),
							}),
						},
					}),
					PlaceObj('ConversationInterjection', {
						Lines = {
							PlaceObj('ConversationLine', {
								Character = "Igor",
								Text = T(821297859236, --[[Conversation DrLEnfer_2 Text voice:Igor section:DrLEnfer_2 keyword:The Families were killing each other]] "All Dolviches have superior shortsight. It is genetics."),
							}),
						},
					}),
				},
				MaxPlayed = 2,
			}),
			PlaceObj('ConversationLine', {
				Character = "DrLEnfer",
				Text = T(885494319096, --[[Conversation DrLEnfer_2 Text voice:DrLEnfer section:DrLEnfer_2 keyword:The Families were killing each other]] "I just hope you have enough evidence."),
			}),
			PlaceObj('ConversationInterjectionList', {
				Interjections = {
					PlaceObj('ConversationInterjection', {
						Lines = {
							PlaceObj('ConversationLine', {
								Character = "Raider",
								Text = T(910847079945, --[[Conversation DrLEnfer_2 Text voice:Raider section:DrLEnfer_2 keyword:The Families were killing each other]] "Oh yes, we nailed them."),
							}),
						},
					}),
					PlaceObj('ConversationInterjection', {
						Lines = {
							PlaceObj('ConversationLine', {
								Character = "Buns",
								Text = T(304907533416, --[[Conversation DrLEnfer_2 Text voice:Buns section:DrLEnfer_2 keyword:The Families were killing each other]] "Plenty - and it's all been properly bagged, labeled, and color-coded."),
							}),
						},
					}),
					PlaceObj('ConversationInterjection', {
						Lines = {
							PlaceObj('ConversationLine', {
								Character = "Sidney",
								Text = T(991111096563, --[[Conversation DrLEnfer_2 Text voice:Sidney section:DrLEnfer_2 keyword:The Families were killing each other]] "My dear Dr. L'Enfer, of course I have evidence. I never guess. It is a shocking habit, destructive to the logical faculty."),
							}),
							PlaceObj('ConversationLine', {
								Character = "DrLEnfer",
								Text = T(550377392223, --[[Conversation DrLEnfer_2 Text voice:DrLEnfer section:DrLEnfer_2 keyword:The Families were killing each other]] "Alright, Sherlock, keep your deerstalker hat on."),
							}),
						},
					}),
					PlaceObj('ConversationInterjection', {
						Lines = {
							PlaceObj('ConversationLine', {
								Character = "Gus",
								Text = T(200959097442, --[[Conversation DrLEnfer_2 Text voice:Gus section:DrLEnfer_2 keyword:The Families were killing each other]] "Doc, we got more evidence than the OJ trial. Wait, bad example."),
							}),
						},
					}),
				},
				MaxPlayed = 2,
			}),
			PlaceObj('ConversationLine', {
				Character = "DrLEnfer",
				SoundAfter = "Sounds/ConversationEffects/iact_crowdreactions2_murmur2.wav",
				Text = T(894778933763, --[[Conversation DrLEnfer_2 Text voice:DrLEnfer section:DrLEnfer_2 keyword:The Families were killing each other]] "Well, what do my good neighbors have to say to these accusations?"),
			}),
		},
		PhraseConditionRolloverText = T(576601951257, --[[Conversation DrLEnfer_2 PhraseConditionRolloverText]] "Have enough <em>clues</em>"),
		StoryBranchIcon = "conversation_arrow",
		id = "TheFamilieswerekillingeachother1",
	}),
	PlaceObj('ConversationPhrase', {
		Align = "right",
		Comment = "If you don't have proof who did the murders. Both families attack the player.",
		Conditions = {
			PlaceObj('QuestIsVariableBool', {
				QuestId = "TwinManors",
				Vars = set({
	HaveProof = false,
}),
				__eval = function ()
					local quest = gv_Quests['TwinManors'] or QuestGetState('TwinManors')
					return not quest.HaveProof
				end,
			}),
		},
		Effects = {
			PlaceObj('QuestSetVariableBool', {
				Prop = "FamiliesCombatPlayer",
				QuestId = "TwinManors",
			}),
		},
		GoTo = "<end conversation>",
		Keyword = "The Families were killing each other",
		KeywordT = T(813095741720, --[[Conversation DrLEnfer_2 KeywordT]] "The Families were killing each other"),
		Lines = {
			PlaceObj('ConversationLine', {
				Character = "DrLEnfer",
				Text = T(132994826934, --[[Conversation DrLEnfer_2 Text voice:DrLEnfer section:DrLEnfer_2 keyword:The Families were killing each other]] "As a notorious pessimist, I confess to feeling a little disappointed. I expected you to be as shortsighted as my half-wit neighbors."),
			}),
			PlaceObj('ConversationInterjectionList', {
				Interjections = {
					PlaceObj('ConversationInterjection', {
						Lines = {
							PlaceObj('ConversationLine', {
								Character = "Smiley",
								Text = T(344522937229, --[[Conversation DrLEnfer_2 Text voice:Smiley section:DrLEnfer_2 keyword:The Families were killing each other]] "Oh, but we are at least twice as shortsighted as your neighbors! Perhaps even three times."),
							}),
						},
					}),
					PlaceObj('ConversationInterjection', {
						Lines = {
							PlaceObj('ConversationLine', {
								Character = "PierreMerc",
								Text = T(659201776520, --[[Conversation DrLEnfer_2 Text voice:PierreMerc section:DrLEnfer_2 keyword:The Families were killing each other]] "They are pathetic and beneath my contempt. It would be a mercy to kill them."),
							}),
						},
					}),
					PlaceObj('ConversationInterjection', {
						Lines = {
							PlaceObj('ConversationLine', {
								Character = "Steroid",
								Text = T(637595599256, --[[Conversation DrLEnfer_2 Text voice:Steroid section:DrLEnfer_2 keyword:The Families were killing each other]] "They do not lift. It is no wonder they are so small and unhappy."),
							}),
						},
					}),
					PlaceObj('ConversationInterjection', {
						Lines = {
							PlaceObj('ConversationLine', {
								Character = "Tex",
								Text = T(987257353857, --[[Conversation DrLEnfer_2 Text voice:Tex section:DrLEnfer_2 keyword:The Families were killing each other]] "No one has better shortsight than Tex Colburn! Sharpest shortsight in whole world."),
							}),
						},
					}),
				},
				MaxPlayed = 2,
			}),
			PlaceObj('ConversationLine', {
				Character = "DrLEnfer",
				Text = T(885494319096, --[[Conversation DrLEnfer_2 Text voice:DrLEnfer section:DrLEnfer_2 keyword:The Families were killing each other]] "I just hope you have enough evidence."),
			}),
			PlaceObj('ConversationInterjectionList', {
				Interjections = {
					PlaceObj('ConversationInterjection', {
						Lines = {
							PlaceObj('ConversationLine', {
								Character = "Hitman",
								Text = T(803020014157, --[[Conversation DrLEnfer_2 Text voice:Hitman section:DrLEnfer_2 keyword:The Families were killing each other]] "Erm, yeah, sort of."),
							}),
						},
					}),
					PlaceObj('ConversationInterjection', {
						Lines = {
							PlaceObj('ConversationLine', {
								Character = "Reaper",
								Text = T(137862095695, --[[Conversation DrLEnfer_2 Text voice:Reaper section:DrLEnfer_2 keyword:The Families were killing each other]] "I need no evidence, for the spirits of the dead speak tales of horror to my ear."),
							}),
						},
					}),
					PlaceObj('ConversationInterjection', {
						Lines = {
							PlaceObj('ConversationLine', {
								Character = "Fidel",
								Text = T(428966976984, --[[Conversation DrLEnfer_2 Text voice:Fidel section:DrLEnfer_2 keyword:The Families were killing each other]] "Evidence? Who needs evidence when you got grenades?!"),
							}),
						},
					}),
					PlaceObj('ConversationInterjection', {
						Lines = {
							PlaceObj('ConversationLine', {
								Character = "Larry",
								Text = T(551916389581, --[[Conversation DrLEnfer_2 Text voice:Larry section:DrLEnfer_2 keyword:The Families were killing each other]] "Yes! I even drew a detailed evidence map!"),
							}),
							PlaceObj('ConversationLine', {
								Character = "DrLEnfer",
								Text = T(722960935910, --[[Conversation DrLEnfer_2 Text voice:DrLEnfer section:DrLEnfer_2 keyword:The Families were killing each other]] "I see. The pink unicorn in the corner looks very suspicious. So..."),
							}),
						},
					}),
				},
				MaxPlayed = 2,
			}),
			PlaceObj('ConversationLine', {
				Character = "DrLEnfer",
				SoundAfter = "Sounds/ConversationEffects/iact_crowdreactions2_boooo1.wav",
				Text = T(894778933763, --[[Conversation DrLEnfer_2 Text voice:DrLEnfer section:DrLEnfer_2 keyword:The Families were killing each other]] "Well, what do my good neighbors have to say to these accusations?"),
			}),
		},
		PhraseConditionRolloverText = T(274464590712, --[[Conversation DrLEnfer_2 PhraseConditionRolloverText]] "Not enough <em>clues</em>"),
		StoryBranchIcon = "conversation_arrow",
		id = "TheFamilieswerekillingeachother2",
	}),
	PlaceObj('ConversationPhrase', {
		Align = "right",
		AutoRemove = true,
		Comment = "This option does not lead to nothing - the player has to resolve the gathering by accusing someone",
		GoTo = "<back>",
		Keyword = "It was the vengeful spirits",
		KeywordT = T(389923197884, --[[Conversation DrLEnfer_2 KeywordT]] "It was the vengeful spirits"),
		Lines = {
			PlaceObj('ConversationLine', {
				Character = "DrLEnfer",
				Text = T(417275578657, --[[Conversation DrLEnfer_2 Text voice:DrLEnfer section:DrLEnfer_2 keyword:It was the vengeful spirits]] "Really. For the sake of what little faith in humanity I have left, I will assume you are joking. "),
			}),
		},
		StoryBranchIcon = "conversation_arrow",
		id = "Itisthevengefulspirits",
	}),
	PlaceObj('ConversationPhrase', {
		Align = "right",
		Comment = "Ends the conversation but not the gathering.",
		GoTo = "<end conversation>",
		Keyword = "We need more time to investigate",
		KeywordT = T(262043658539, --[[Conversation DrLEnfer_2 KeywordT]] "We need more time to investigate"),
		Lines = {
			PlaceObj('ConversationLine', {
				Character = "DrLEnfer",
				Text = T(808125187144, --[[Conversation DrLEnfer_2 Text voice:DrLEnfer section:DrLEnfer_2 keyword:We need more time to investigate]] "How much more time? Good thing I already have my will written out - I'm starting to think I won't live to see the end of your \"investigation\"."),
			}),
		},
		StoryBranchIcon = "conversation_back",
		id = "Weneedmoretimetoinvestigate",
	}),
})