summaryrefslogtreecommitdiff
path: root/npc/000-1/tibbo.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/tibbo.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/tibbo.txt')
-rw-r--r--npc/000-1/tibbo.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt
index 96eeae6ae..5c268fe6d 100644
--- a/npc/000-1/tibbo.txt
+++ b/npc/000-1/tibbo.txt
@@ -47,7 +47,8 @@
mes "";
mesn;
mesq l("Thank you and be careful with that box. I have worked really hard to fill it!");
- close;
+
+ goto l_Close;
l_CallFunc:
callfunc "SailorFood";
@@ -70,8 +71,7 @@ l_CallFunc:
rif(getq(ShipQuests_QMuller) == 0, l("Q'Muller.")), l_Top,
l("Nobody."), -;
- closedialog;
- close;
+ goto l_Close;
l_Top:
mes "";
@@ -97,6 +97,7 @@ l_NoTask:
mes "";
mesn;
mesq l("I'm sorry but I have no time to chat with you.");
+
close;
l_TaskDone:
@@ -105,4 +106,7 @@ l_TaskDone:
mesq l("Awesome!");
close;
+
+l_Close:
+ callfunc "GoodBye";
}