summaryrefslogtreecommitdiff
path: root/npc/functions/bank.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/bank.txt')
-rw-r--r--npc/functions/bank.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/functions/bank.txt b/npc/functions/bank.txt
index 46550c3dd..cb7818334 100644
--- a/npc/functions/bank.txt
+++ b/npc/functions/bank.txt
@@ -216,7 +216,7 @@ function script Banker {
close;
break;
case 2:
- Banking;
+ Banking();
break;
case 3:
// NOTE: This value is HARDCODED, do not try changing it!
@@ -232,11 +232,11 @@ function script Banker {
BKInfo();
break;
}
- if (@menu != 4) {
+ if (@menu != 5) {
speech S_FIRST_BLANK_LINE | S_LAST_NEXT | S_NO_NPC_NAME,
l("Something else?");
}
- } while (@menu != 4);
+ } while (@menu != 5);
}
closedialog;
goodbye;