summaryrefslogtreecommitdiff
path: root/npc/000-1/tarlan.txt
diff options
context:
space:
mode:
authorHal9OOO <miglietta.francesco@gmail.com>2012-12-09 14:24:26 +0100
committerHal9OOO <miglietta.francesco@gmail.com>2012-12-09 14:24:26 +0100
commitdecb212a7b7dc990b0d89d67b77de01afed1fb40 (patch)
tree8b0ba71d5d6e0179132d471613781777ac6b1617 /npc/000-1/tarlan.txt
parent193c7147eaa1a7b1a4ef633beb8985e60a144162 (diff)
downloadserverdata-decb212a7b7dc990b0d89d67b77de01afed1fb40.tar.gz
serverdata-decb212a7b7dc990b0d89d67b77de01afed1fb40.tar.bz2
serverdata-decb212a7b7dc990b0d89d67b77de01afed1fb40.tar.xz
serverdata-decb212a7b7dc990b0d89d67b77de01afed1fb40.zip
Correct close behaviour in many dialogues. Democratize l_Quit function.
Diffstat (limited to 'npc/000-1/tarlan.txt')
-rw-r--r--npc/000-1/tarlan.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/000-1/tarlan.txt b/npc/000-1/tarlan.txt
index 3f687c28..26381d50 100644
--- a/npc/000-1/tarlan.txt
+++ b/npc/000-1/tarlan.txt
@@ -27,7 +27,7 @@
mesn;
mesq l("Ok, see you then!");
- goto l_Close;
+ goto l_Quit;
l_Food:
mes " ";
@@ -36,28 +36,28 @@ l_Food:
next;
mesq l("Yeye be careful with wild animal's food, some of them are yeyery dangerous, especially the blubs.");
- goto l_Close;
+ goto l_Quit;
l_HardToHit:
mesq l("These crocotrees are full of yaying @@, but they are so hard to hit...", getitemlink("Croconut"));
- goto l_Close;
+ goto l_Quit;
l_Aouch:
mesq l("Ayouyouch! My head...");
next;
mesq l("Damn @@.", getitemlink("Croconut"));
- goto l_Close;
+ goto l_Quit;
l_DoYou:
mesq l("Do you want to try?");
next;
mesq l("Just hit the trunk, and it will yeye a @@.", getitemlink("Croconut"));
- goto l_Close;
+ goto l_Quit;
-l_Close:
+l_Quit:
setnpcdir 4;
close;