12 lines
242 B
Lua
12 lines
242 B
Lua
Discussion.register({
|
|
id = "norman_truth",
|
|
steps = {
|
|
{
|
|
question = "Did you never think there would be more to this?",
|
|
answers = {
|
|
{ label = "I'm not sure what you mean.", next_step = nil },
|
|
},
|
|
},
|
|
},
|
|
})
|