summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-03-14 15:18:48 +0100
committerReid <reidyaro@gmail.com>2015-03-14 15:18:48 +0100
commit42d291d593d7d1d2dd5c3cf05b0b4d1bb9af8432 (patch)
treef2ea47189913dbb3c7e1d2228ff200f163e7469c /npc
parent63f89e9f2dd2e121d350681185e7496c6e4a78ef (diff)
downloadserverdata-42d291d593d7d1d2dd5c3cf05b0b4d1bb9af8432.tar.gz
serverdata-42d291d593d7d1d2dd5c3cf05b0b4d1bb9af8432.tar.bz2
serverdata-42d291d593d7d1d2dd5c3cf05b0b4d1bb9af8432.tar.xz
serverdata-42d291d593d7d1d2dd5c3cf05b0b4d1bb9af8432.zip
Correct an issue with restorecam.
Diffstat (limited to 'npc')
-rw-r--r--npc/000-1/darlin.txt3
-rw-r--r--npc/000-2-0/doors.txt1
-rw-r--r--npc/000-2-1/alige.txt3
-rw-r--r--npc/001-2-22/alige.txt3
4 files changed, 8 insertions, 2 deletions
diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt
index 4d4026d48..c57826a7c 100644
--- a/npc/000-1/darlin.txt
+++ b/npc/000-1/darlin.txt
@@ -92,6 +92,7 @@
setcamnpc "Gugli";
next;
mesq l("HE IS AT THE BOTTOM OF THE SHIP, DOWN THE STAIRS. YOU CAN'T MISS HIM!");
+ next;
restorecam;
goto L_Quit;
@@ -119,6 +120,7 @@ L_GoDown:
setcamnpc;
mesq l("Oh no, but I've noticed a weird light on the other edge of this island, I wonder what it can be...");
+ next;
restorecam;
goto L_Quit;
@@ -131,6 +133,7 @@ L_Bye:
L_DangerAround:
setcamnpc;
mesq l("NOTHING ELSE OTHER THAN SHARKS AND AN ODD LIGHT!");
+ next;
restorecam;
goto L_Quit;
diff --git a/npc/000-2-0/doors.txt b/npc/000-2-0/doors.txt
index ee792c53f..60bc5058e 100644
--- a/npc/000-2-0/doors.txt
+++ b/npc/000-2-0/doors.txt
@@ -31,6 +31,7 @@ OnTouch:
mesn "Narrator";
mes col(l("Captain Nard is in the room to your right."), 9);
+ next;
restorecam;
close;
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt
index 0b105a0df..137660fb4 100644
--- a/npc/000-2-1/alige.txt
+++ b/npc/000-2-1/alige.txt
@@ -212,6 +212,7 @@ L_NoReward:
mes "";
mesn;
mesq l("You don't expect me to eat that, do you? Give me something else!");
+ next;
restorecam;
goto L_GiveFood;
@@ -238,8 +239,8 @@ L_Poison:
mes "";
mesn;
mesq l("Don't try to poison me! I know what that does!");
- restorecam;
next;
+ restorecam;
goto L_ReturnMenu;
L_SoAskForFood:
diff --git a/npc/001-2-22/alige.txt b/npc/001-2-22/alige.txt
index 7ee567316..4df4b6ee2 100644
--- a/npc/001-2-22/alige.txt
+++ b/npc/001-2-22/alige.txt
@@ -216,6 +216,7 @@ L_NoReward:
mes "";
mesn;
mesq l("You don't expect me to eat that, do you? Give me something else!");
+ next;
restorecam;
goto L_GiveFood;
@@ -242,8 +243,8 @@ L_Poison:
mes "";
mesn;
mesq l("Don't try to poison me! I know what that does!");
- restorecam;
next;
+ restorecam;
goto L_ReturnMenu;
L_SoAskForFood: