From 42d291d593d7d1d2dd5c3cf05b0b4d1bb9af8432 Mon Sep 17 00:00:00 2001 From: Reid Date: Sat, 14 Mar 2015 15:18:48 +0100 Subject: Correct an issue with restorecam. --- npc/000-1/darlin.txt | 3 +++ npc/000-2-0/doors.txt | 1 + npc/000-2-1/alige.txt | 3 ++- npc/001-2-22/alige.txt | 3 ++- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt index 4d4026d4..c57826a7 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 ee792c53..60bc5058 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 0b105a0d..137660fb 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 7ee56731..4df4b6ee 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: -- cgit v1.2.3-70-g09d2