From 8f99da1d21146ea7611949a7de66054d5551cda8 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Tue, 25 Jun 2013 17:05:44 +0200 Subject: Small formatting, naming and position fixups on the sewer warp scripts. - The Eastern entrance wasn't directly on the entrance tile - Indentation was too much for some lines - The Labels in all three scripts were named L_SewerNorth, renaming to L_Sewer - Put the Label L_Close directly in the menu instead of below --- world/map/npc/021-1/sewer_north.txt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'world/map/npc/021-1/sewer_north.txt') diff --git a/world/map/npc/021-1/sewer_north.txt b/world/map/npc/021-1/sewer_north.txt index 5bf676c2..02feba73 100644 --- a/world/map/npc/021-1/sewer_north.txt +++ b/world/map/npc/021-1/sewer_north.txt @@ -4,14 +4,13 @@ mes "Descend into the sewers?"; next; menu - "Yes.", L_SewerNorth, - "Nevermind.", -; - goto L_Close; + "Yes.", L_Sewer, + "Nevermind.", L_Close; - L_SewerNorth: - warp "021-3",125,35; - goto L_Close; +L_Sewer: + warp "021-3",125,35; + goto L_Close; - L_Close: - close; +L_Close: + close; } -- cgit v1.2.3-60-g2f50