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_east.txt | 17 ++++++++--------- world/map/npc/021-1/sewer_north.txt | 15 +++++++-------- world/map/npc/021-1/sewer_west.txt | 15 +++++++-------- 3 files changed, 22 insertions(+), 25 deletions(-) (limited to 'world/map/npc/021-1') diff --git a/world/map/npc/021-1/sewer_east.txt b/world/map/npc/021-1/sewer_east.txt index 38efd59d..cda4e3f3 100644 --- a/world/map/npc/021-1/sewer_east.txt +++ b/world/map/npc/021-1/sewer_east.txt @@ -1,17 +1,16 @@ // The Sewer Grate -021-1.gat,144,135,0|script|#tulimsharsewer2|45,0,0,{ +021-1.gat,145,136,0|script|#tulimsharsewer2|45,0,0,{ 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",143,129; - goto L_Close; +L_Sewer: + warp "021-3",143,129; + goto L_Close; - L_Close: - close; +L_Close: + close; } 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; } diff --git a/world/map/npc/021-1/sewer_west.txt b/world/map/npc/021-1/sewer_west.txt index ddc30c6e..423aff0c 100644 --- a/world/map/npc/021-1/sewer_west.txt +++ b/world/map/npc/021-1/sewer_west.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",57,101; - goto L_Close; +L_Sewer: + warp "021-3",57,101; + goto L_Close; - L_Close: - close; +L_Close: + close; } -- cgit v1.2.3-60-g2f50