From 039df52fe2f12043771a3d3c6abfe39e4215102c Mon Sep 17 00:00:00 2001 From: Stefan Dombrowski Date: Sun, 7 Nov 2010 20:22:10 +0100 Subject: Fixing return in banker script Also renaming menu option to "Nevermind" if it results to goto L_Nev. Reviewed-by: PjotrOrial --- npc/functions/banker.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/functions/banker.txt') diff --git a/npc/functions/banker.txt b/npc/functions/banker.txt index 08b67229..2f738478 100644 --- a/npc/functions/banker.txt +++ b/npc/functions/banker.txt @@ -50,7 +50,7 @@ L_Dep_Input: "Go back", L_Start, "Try again", L_Dep_Input, "Deposit all", L_Dep_All, - "Quit", -; + "Nevermind", -; goto L_Nev; L_Dep_5k: @@ -119,7 +119,7 @@ L_With: "All of my money", L_With_All, "I've changed my mind", L_Start, "Quit", -; - next; + return; L_With_Input: input @Amount; @@ -130,7 +130,7 @@ L_With_Input: "Go back", L_Start, "Try again", L_With_Input, "Withdraw all", L_With_All, - "Quit", -; + "Nevermind", -; goto L_Nev; L_With_5k: -- cgit v1.2.3-60-g2f50