diff options
author | Reid <reidyaro@gmail.com> | 2015-03-14 15:18:48 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-03-14 15:18:48 +0100 |
commit | 42d291d593d7d1d2dd5c3cf05b0b4d1bb9af8432 (patch) | |
tree | f2ea47189913dbb3c7e1d2228ff200f163e7469c | |
parent | 63f89e9f2dd2e121d350681185e7496c6e4a78ef (diff) | |
download | serverdata-42d291d593d7d1d2dd5c3cf05b0b4d1bb9af8432.tar.gz serverdata-42d291d593d7d1d2dd5c3cf05b0b4d1bb9af8432.tar.bz2 serverdata-42d291d593d7d1d2dd5c3cf05b0b4d1bb9af8432.tar.xz serverdata-42d291d593d7d1d2dd5c3cf05b0b4d1bb9af8432.zip |
Correct an issue with restorecam.
-rw-r--r-- | npc/000-1/darlin.txt | 3 | ||||
-rw-r--r-- | npc/000-2-0/doors.txt | 1 | ||||
-rw-r--r-- | npc/000-2-1/alige.txt | 3 | ||||
-rw-r--r-- | 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: |