From 848acfc4c993e21a585bd3c35a21451a89334b90 Mon Sep 17 00:00:00 2001 From: evera Date: Mon, 4 Sep 2006 22:54:17 +0000 Subject: * Added missing next's in npc/custom/airplane.txt and npc/custom/quests/valhallen.txt [Evera] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8622 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/custom/airplane.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/custom/airplane.txt') diff --git a/npc/custom/airplane.txt b/npc/custom/airplane.txt index 0e599ff04..ee438e316 100644 --- a/npc/custom/airplane.txt +++ b/npc/custom/airplane.txt @@ -4,7 +4,7 @@ //= Edited And removed irrelevent comments by eAthena Dev Team //= Draike\Bluto\Hephaestus //===== Current Version: ===================================== -//= 2.1 eAthena Release +//= 2.2 //===== Compatible With: ===================================== //= eAthena SVN 02/05/2005 + //===== Description: ========================================= @@ -13,6 +13,7 @@ //= ALWAYS HAVE AT LEAST TWELVE (12) LOCATIONS AS THE MINIMUM. This is unless you modify to OnMinutes and change the schedule around. //= If you have "airplane.gat,103,72,0 warp airs02a 1,1,airplane.gat,102,200" as a warp, remove it. Where it's supposed to go, I have no clue. //= 2.1 Removed Duplicates [Silent] +//= 2.2 Added missing next;'s [Evera] //============================================================ payon.gat,153,43,5 script itinsetter -1,{ @@ -239,6 +240,7 @@ function script F_Porter { Board: mes "^FF0000[Porter]^000000"; mes "The plane is currently ported. Would you like to board?"; + next; menu "Yes.",L_Yes,"No.",L_Nope,"View Hourly Itinerary.",Itin; L_Yes: @@ -254,6 +256,7 @@ Notime: mes "^FF0000[Porter]^000000"; if(sex==0) mes "Sorry, ma'am, but the plane currently isn't ported. However, you can view the airplane's hourly itinerary."; if(sex==1) mes "Sorry, sir, but the plane currently isn't ported. However, you can view the airplane's hourly itinerary."; + next; menu "Yes, please.",Itin,"No thanks.",L_Nope; close; end; @@ -345,6 +348,7 @@ airplane.gat,102,68,5 script Docker 852,{ if($destination == 250)goto Notime; set @dockky, $destination; if($destination != 250)mes "We are currently docked at "+$locationsname$[$destination]+". Would you like to exit?"; + next; menu "Yes.",Lyes,"No.",Lnope; Lyes: -- cgit v1.2.3-60-g2f50