diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/banker.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/functions/banker.txt b/npc/functions/banker.txt index 4c70ff77..ec4983f4 100644 --- a/npc/functions/banker.txt +++ b/npc/functions/banker.txt @@ -5,10 +5,16 @@ function script Banker { mes "\"Welcome to the bank!"; mes "How can I help you?\""; next; - menu "Deposit",L_Dep,"Withdraw",L_With,"Check my balance",L_Balance,"Nevermind",L_Nev; + menu "Deposit", L_Dep, + "Withdraw", L_With, + "Check my balance", L_Balance, + "Nevermind", L_Nev; L_Dep: mes "[" + @npcName$ + "]"; + mes "\"I'm sorry, but we're not taking any new deposits right now.\""; + close; + mes "\"How much would you like to deposit?\""; next; menu |