From adf69635460e2c6ecde4d848fd1c76470ec10f83 Mon Sep 17 00:00:00 2001 From: Reid Yaro Date: Wed, 10 Jul 2013 01:35:02 +0100 Subject: Add basic npctalk3 goodbye function (still in wip, but working). --- npc/000-1/jalad.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/000-1/jalad.txt') 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"; } -- cgit v1.2.3-60-g2f50