summaryrefslogtreecommitdiff
path: root/npc/000-1/silvio.txt
diff options
context:
space:
mode:
authorReid Yaro <reidyaro@gmail.com>2013-07-10 01:35:02 +0100
committerReid Yaro <reidyaro@gmail.com>2013-07-10 01:37:35 +0100
commitadf69635460e2c6ecde4d848fd1c76470ec10f83 (patch)
treef335e9e5992654635e13c24594765b2e76faf61c /npc/000-1/silvio.txt
parent5478dea6ce3f6dcea335229e93bd63a97d44d1e2 (diff)
downloadserverdata-adf69635460e2c6ecde4d848fd1c76470ec10f83.tar.gz
serverdata-adf69635460e2c6ecde4d848fd1c76470ec10f83.tar.bz2
serverdata-adf69635460e2c6ecde4d848fd1c76470ec10f83.tar.xz
serverdata-adf69635460e2c6ecde4d848fd1c76470ec10f83.zip
Add basic npctalk3 goodbye function (still in wip, but working).
Diffstat (limited to 'npc/000-1/silvio.txt')
-rw-r--r--npc/000-1/silvio.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/000-1/silvio.txt b/npc/000-1/silvio.txt
index b19e75a6..dcd00bfb 100644
--- a/npc/000-1/silvio.txt
+++ b/npc/000-1/silvio.txt
@@ -132,7 +132,7 @@ l_Artis:
next;
mesq l("You should look at them once we arrive at the port, they are worth it, hehe...");
- close;
+ callfunc "GoodBye";
l_ForeverAlone:
mes "";
@@ -173,15 +173,16 @@ l_Sailors:
l("See you."), l_Quit,
l("*Imitate a thunder's sound.*"), -;
- mes "";
- mesn;
- mesq l("Aaaaaahhhhhh!");
+ closedialog;
+
+ npctalk3 l("Aaaaaahhhhhh!");
close;
l_Quit:
+ closedialog;
+
npctalk3 "Give me a kiss before you say goodbye!";
- closedialog;
close;
}