Conversation: greendragon1
Triggered by
- creature NPC Green Dragon Inn Keeper
greendragoninn_2— in Green Dragon Inn - creature NPC Green Dragon Inn Keeper — in Green Dragon Inn
Scripts referenced
| Script | Slot | In module | Notes |
|---|---|---|---|
gdragoni1 | active | ✓ | |
gdragoni2 | active | ✓ | |
givegdkey2 | action | ✓ | |
givegdkey1 | action | ✓ | |
q_post_pay | action | ✓ | |
q_post_c3t | active | ✓ | |
q_post_c3m | active | ✓ | |
q_post_c3a | active | ✓ |
Quest entries granted
| Quest | Tag | Step(s) |
|---|---|---|
| Hobbit Post | hobbit_post | 2 |
Custom tokens
These runtime tokens are filled by NWScript via SetCustomToken(N, text). The scripts listed set each token; the actual value depends on game state at runtime.
| Token | Set by script(s) |
|---|---|
<CUSTOM6340> | q_post_inc, q_post_pmc2, q_post_pmc3 |
<CUSTOM6341> | q_post_inc, q_post_pmc2, q_post_pmc3 |
Starting entries
- entry #5 (if
q_post_c3t) — *The keeper's eyebrows go up* Well I never -- that's OUR seal under someone else… - entry #6 (if
q_post_c3m) — *The keeper reads the label twice and shakes their head* We've ordered nothing f… - entry #7 (if
q_post_c3a) — *The keeper of the Green Dragon breaks the seal on the spot* The hop order, and … - entry #0 — Welcome to the Green Dragon Inn. How may I serve you?
Conversation flow
Each starting entry is expanded recursively. Repeated nodes (cycles, shared continuations) appear inline as ↩ link backrefs to the first occurrence.
entry #5 → q_post_pay (if q_post_c3t) ¶
*The keeper's eyebrows go up* Well I never -- that's OUR seal under someone else's label! That parcel has been drinking in the wrong inns, by the look of it. Set it on the bar, friend; you've earned the fee and a bit extra for the detour.
reply #6 ¶
Set it on the bar it is. Good day to you.
entry #6 (if q_post_c3m) ¶
*The keeper reads the label twice and shakes their head* We've ordered nothing from Hobbiton this month, and that's not our brewer's hand on the label neither. Posco's post has gone crooked again -- that parcel wants <CUSTOM6340>[q_post_inc, q_post_pmc2, q_post_pmc3], <CUSTOM6341>[q_post_inc, q_post_pmc2, q_post_pmc3].
reply #7 ¶
I'll see it to the right hands. Good day.
entry #7 → q_post_pay (if q_post_c3a) ¶
*The keeper of the Green Dragon breaks the seal on the spot* The hop order, and about time! You've the thanks of every thirsty hobbit in Bywater, and the post-fee besides.
reply #8 ¶
Just the delivery -- good day to you.
entry #0 ¶
Welcome <Sir/Madam> to the Green Dragon Inn. How may I serve you?
reply #4 ¶
Can I have some healing refreshments?
reply #0 ¶
I would like to rent a room at your inn.
entry #1 ¶
Very well. We offer two room sizes. A larger one with storage room costs 200 gold pieces, while the smaller room costs only 70 gold pieces. Which one would you like?
reply #3 (if gdragoni1) ¶
The larger room with storage space costing 200 gp, please.
entry #3 → givegdkey1 ¶
Here you go <Sir/Madam>. Have a nice stay.
reply #2 (if gdragoni2) ¶
The smaller room costing 70 gp, please.
entry #2 → givegdkey2 ¶
Here you go <Sir/Madam>. Have a nice stay.
reply #1 ¶
Nothing, thank you.
NPC lines (entries) — flat index
entry #0
Welcome <Sir/Madam> to the Green Dragon Inn. How may I serve you?
- → reply #4 “Can I have some healing refreshments?”
- → reply #0 “I would like to rent a room at your inn.”
entry #1
Very well. We offer two room sizes. A larger one with storage room costs 200 gold pieces, while the smaller room costs only 70 gold pieces. Which one would you like?
- → reply #3 “The larger room with storage space costing 200 gp, please.” (if
gdragoni1) - → reply #2 “The smaller room costing 70 gp, please.” (if
gdragoni2) - → reply #1 “Nothing, thank you.”
entry #2 →
givegdkey2Here you go <Sir/Madam>. Have a nice stay.
entry #3 →
givegdkey1Here you go <Sir/Madam>. Have a nice stay.
entry #4
Then please proceed to your right, and make yourself comfortable!
- → reply #5 “I shall do just that.”
entry #5 →
q_post_pay*The keeper's eyebrows go up* Well I never -- that's OUR seal under someone else's label! That parcel has been drinking in the wrong inns, by the look of it. Set it on the bar, friend; you've earned the fee and a bit extra for the detour.
- → reply #6 “Set it on the bar it is. Good day to you.”
entry #6
*The keeper reads the label twice and shakes their head* We've ordered nothing from Hobbiton this month, and that's not our brewer's hand on the label neither. Posco's post has gone crooked again -- that parcel wants <CUSTOM6340>[q_post_inc, q_post_pmc2, q_post_pmc3], <CUSTOM6341>[q_post_inc, q_post_pmc2, q_post_pmc3].
- → reply #7 “I'll see it to the right hands. Good day.”
entry #7 →
q_post_pay*The keeper of the Green Dragon breaks the seal on the spot* The hop order, and about time! You've the thanks of every thirsty hobbit in Bywater, and the post-fee besides.
- → reply #8 “Just the delivery -- good day to you.”
PC replies — flat index
reply #0
I would like to rent a room at your inn.
- → entry #1 “Very well. We offer two room sizes. A larger one with storage room costs 200 gol…”
reply #1
Nothing, thank you.
reply #3
The larger room with storage space costing 200 gp, please.
- → entry #3 “Here you go . Have a nice stay.”
reply #4
Can I have some healing refreshments?
- → entry #4 “Then please proceed to your right, and make yourself comfortable!”
reply #5
I shall do just that.
reply #6
Set it on the bar it is. Good day to you.
reply #7
I'll see it to the right hands. Good day.
reply #8
Just the delivery -- good day to you.