diff options
Diffstat (limited to 'npc/000-1')
-rw-r--r-- | npc/000-1/lean.txt | 12 | ||||
-rw-r--r-- | npc/000-1/silvio.txt | 4 |
2 files changed, 15 insertions, 1 deletions
diff --git a/npc/000-1/lean.txt b/npc/000-1/lean.txt index f0bdc496..50fc9eaf 100644 --- a/npc/000-1/lean.txt +++ b/npc/000-1/lean.txt @@ -7,7 +7,7 @@ 000-1.gat,79,108,0,1 script Lean 106;2,{
mesn;
- mesq l("Oh, hey you!");
+ mesq l("Hey")+ " " + strcharinfo(0) + "."; next;
mesq l("I hope you don't mind that we used your raft to build this ramp.");
next;
@@ -20,6 +20,7 @@ menu
l("That's right."), -,
+ l("How do you know my name?"), l_Name, l("Wait... Where are we going?"), l_Artis;
mes "";
@@ -27,6 +28,15 @@ mesq l("If you are looking for us there, mostly all of us will be at Pedro's restaurant and in the Inn for Silvio's case.");
close;
+ +l_Name:
+ mes "";
+ mesn;
+ mesq l("A few moments ago, I heard your conversation with Darlin.");
+ next;
+ mesq l("Oh, not everything, don't worry, but your name came up at least twice in the conversation.");
+
+ close; l_Artis:
mes "";
diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt index f600d17e..67701b71 100644 --- a/npc/000-1/silvio.txt +++ b/npc/000-1/silvio.txt @@ -130,6 +130,10 @@ l_ForeverAlone: mes col(l("Silvio starts to speak to his bottle, you leave the conversation."), 9); l_Quit: + mes ""; + mesn; + mesq l("Give me a kiss before you tell me goodbye!"); + close; } |