49 lines
1.3 KiB
Markdown
49 lines
1.3 KiB
Markdown
|
# Otherworldly Inventory Dialog
|
||
|
|
||
|
The "Otherworldly Inventory" (`vbnd_OtherworldlyInventory`) is the basic and
|
||
|
unfair summonable store. Initially only a dialog box, when the player gets
|
||
|
access to the Trade House, they can speak with the actual NPC behind the words.
|
||
|
|
||
|
**Variables:**
|
||
|
|
||
|
- `^VBND_MerchantNumber` is a randomly-generated Short stored in a global
|
||
|
variable representing the player character's membership number in the
|
||
|
organization.
|
||
|
- `^PCRank` the PC's faction rank in the speaker's faction
|
||
|
|
||
|
## Greetings
|
||
|
|
||
|
### Basic
|
||
|
|
||
|
- "Welcome ^PCRank ^VBND_MerchantNumber, how may we assist you today?"
|
||
|
|
||
|
### Rank > 3
|
||
|
|
||
|
- "A pleasure as always, ^PCRank ^VBND_MerchantNumber! How may we assist you
|
||
|
today?"
|
||
|
|
||
|
### Rank > 6
|
||
|
|
||
|
- "It is truly an honor, ^PCRank ^VBND_MerchantNumber. How may I assist you
|
||
|
today?"
|
||
|
|
||
|
### In-Person
|
||
|
|
||
|
**On First Interaction:**
|
||
|
|
||
|
- "Yes, I am an actual person. This surprises many, and alarms even a few. Our
|
||
|
professionalism is second-to-none, rest assured. How may I assist you, ^PCRank
|
||
|
^PCName?"o
|
||
|
|
||
|
**On Following Interactions:**
|
||
|
|
||
|
- "Welcome back, ^PCRank. How may I assist you today?"
|
||
|
|
||
|
## About Me
|
||
|
|
||
|
- "I am clerk 119 of the Otherworldly Trade Caravan."
|
||
|
|
||
|
## About the Otherworldly Trade Caravan
|
||
|
|
||
|
- "We are an organization promoting trade and commerce throughout the realms."
|