diff options
author | Wombat <hpwombat@yahoo.com> | 2010-12-07 13:21:55 -0500 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2010-12-07 13:21:55 -0500 |
commit | 0b3e81f870d5c23f71165dabd6781f2c4f4b9b9d (patch) | |
tree | e88d6ddc618f42cad93806da1b2f275089df6970 /npc/functions | |
parent | c8486b73d0a033293ab68b438e02301949f77376 (diff) | |
parent | 9b3da22d7210886081d3a1a4bc7da9fd8a35b7fd (diff) | |
download | serverdata-0b3e81f870d5c23f71165dabd6781f2c4f4b9b9d.tar.gz serverdata-0b3e81f870d5c23f71165dabd6781f2c4f4b9b9d.tar.bz2 serverdata-0b3e81f870d5c23f71165dabd6781f2c4f4b9b9d.tar.xz serverdata-0b3e81f870d5c23f71165dabd6781f2c4f4b9b9d.zip |
Merge remote branch 'master/master'
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/banker.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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: |