summaryrefslogtreecommitdiff
path: root/npc/000-1/jalad.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/jalad.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/jalad.txt')
-rw-r--r--npc/000-1/jalad.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt
index 7d70259a..d229819c 100644
--- a/npc/000-1/jalad.txt
+++ b/npc/000-1/jalad.txt
@@ -48,7 +48,7 @@ l_Continue:
mesn;
mesq l("They are so tasty when cooked together with some @@. Don't drop any of them!", getitemlink("PiouLegs"));
- close;
+ goto l_Close;
l_CallFunc:
callfunc "SailorFood";
@@ -115,5 +115,6 @@ l_TaskDone:
mesn;
mesq l("Perfect!");
- close;
+l_Close:
+ callfunc "GoodBye";
}