Conversation: npc_bankmanager
Triggered by
- instance NPC Bank Manager (blueprint
bankmanager) — in Bank of Bree
Scripts referenced
| Script | Slot | In module | Notes |
|---|---|---|---|
bank_1150gp_chk | active | ✓ | |
bank_5k_chk | active | ✓ | |
bank_makeaccount | action | ✓ | |
bank_box_hasbox | active | ✓ | |
bank_growaccount | action | ✓ | |
bank_box_hasall | active | ✓ | |
bank_hasaccount | active | ✓ | |
bank_noaccount | active | ✓ |
Starting entries
- entry #14 (if
bank_box_hasall) — Sorry, but you can't have more than 5 Strongboxes. - entry #9 (if
bank_hasaccount) — Welcome back <FullName>. Is there something you need? - entry #0 (if
bank_noaccount) — Hello, is there something I can help you with?
Conversation flow
Each starting entry is expanded recursively. Repeated nodes (cycles, shared continuations) appear inline as ↩ link backrefs to the first occurrence.
entry #14 (if bank_box_hasall) ¶
Sorry, but you can't have more than 5 Strongboxes.
entry #9 (if bank_hasaccount) ¶
Welcome back <FullName>. Is there something you need?
reply #14 ¶
Yes, I need another Strongbox for my bank account.
entry #13 (if bank_box_hasbox) ¶
Well, you will have to close your bank vault before I can tell the bankers to add boxes to your account.
reply #19 ¶
Alright. Thanks anyway.
reply #13 ¶
No, just passing by.
entry #0 (if bank_noaccount) ¶
Hello, is there something I can help you with?
reply #5 ¶
Yes, could you tell me about the bank?
entry #4 ¶
Most certainly. What is it you wish to know?
reply #8 ¶
How do I get a bank account?
entry #7 ¶
Well, I am the bank manager, so just tell me if you want an account and then we'll work things out.
reply #11 ¶
I would like to open an account.
reply #7 ¶
How do I use my bank account once I get it?
reply #1 ¶
Yes, I would like to open an account.
↩ entry #1 “To open an account requires a small fee of 150gp for your first Strongbox, and y…”
↩ reply #0 “Not at the moment.”
NPC lines (entries) — flat index
entry #0
Hello, is there something I can help you with?
- → reply #5 “Yes, could you tell me about the bank?”
- → reply #1 “Yes, I would like to open an account.”
- → reply #0 “Not at the moment.”
entry #1
To open an account requires a small fee of 150gp for your first Strongbox, and you also need 1,000gp to prove that it's worth our time to make the account for you. Do you have the gold?
- → reply #3 “Yes, here it is.” (if
bank_1150gp_chk) - → reply #2 “Err, not just yet.”
entry #2
Sorry, but I can't make an account for you unless you pay the fee's. Is there anything else you need?
entry #3
Good! Here's your Bank Book so you can tell how much gold you have in your account. Now go and talk to one of the Bankers in the front room to learn how to use your account.
- → reply #4 “Alright. Thank you.”
entry #4
Most certainly. What is it you wish to know?
- → reply #8 “How do I get a bank account?”
- → reply #7 “How do I use my bank account once I get it?”
- → reply #6 “What can I put in my bank account?”
entry #5
Well, just about anything. The only problem is that we have limited space in the item vault, so you will only get one Strongbox to store items in. We don't have any problems storing gold, but you must put in atleast 1,000gp at a time.
entry #6
Ask one of the Bankers in the front room. They'll tell you what you need to know.
entry #7
Well, I am the bank manager, so just tell me if you want an account and then we'll work things out.
- → reply #12 “I have some other questions.”
- → reply #11 “I would like to open an account.”
- → reply #9 “Alright, thank you.”
entry #9
Welcome back <FullName>. Is there something you need?
- → reply #14 “Yes, I need another Strongbox for my bank account.”
- → reply #13 “No, just passing by.”
entry #10
Alright, additional strongboxes will cost you 5,000gp each. Do you have the gold?
- → reply #17 “Yes, here it is.” (if
bank_5k_chk) - → reply #15 “Not just yet.”
entry #12
Good! I'll tell the Bankers in the front to add another box to your account then.
- → reply #18 “Thank you.”
entry #13
Well, you will have to close your bank vault before I can tell the bankers to add boxes to your account.
- → reply #19 “Alright. Thanks anyway.”
entry #14
Sorry, but you can't have more than 5 Strongboxes.
PC replies — flat index
reply #0
Not at the moment.
reply #1
Yes, I would like to open an account.
- → entry #1 “To open an account requires a small fee of 150gp for your first Strongbox, and y…”
reply #2
Err, not just yet.
- → entry #2 “Sorry, but I can't make an account for you unless you pay the fee's. Is there a…”
reply #3 →
bank_makeaccountYes, here it is.
- → entry #3 “Good! Here's your Bank Book so you can tell how much gold you have in your acco…”
reply #4
Alright. Thank you.
reply #5
Yes, could you tell me about the bank?
- → entry #4 “Most certainly. What is it you wish to know?”
reply #6
What can I put in my bank account?
- → entry #5 “Well, just about anything. The only problem is that we have limited space in th…”
reply #7
How do I use my bank account once I get it?
- → entry #6 “Ask one of the Bankers in the front room. They'll tell you what you need to kno…”
reply #8
How do I get a bank account?
- → entry #7 “Well, I am the bank manager, so just tell me if you want an account and then we'…”
reply #10
(no text)
reply #11
I would like to open an account.
- → child “To open an account requires a small fee of 150gp for your first Strongbox, and y…”
reply #13
No, just passing by.
reply #14
Yes, I need another Strongbox for my bank account.
- → entry #13 “Well, you will have to close your bank vault before I can tell the bankers to ad…” (if
bank_box_hasbox) - → entry #10 “Alright, additional strongboxes will cost you 5,000gp each. Do you have the gol…”
reply #15
Not just yet.
- → entry #11 “Sorry, I can't give you another Strongbox untill you pay the price.”
reply #16
(no text)
reply #17 →
bank_growaccountYes, here it is.
- → entry #12 “Good! I'll tell the Bankers in the front to add another box to your account the…”
reply #18
Thank you.
reply #19
Alright. Thanks anyway.