Conversation: xpbank
Triggered by
No caller found in static analysis. May be invoked from runtime-only code paths (string-built resrefs, etc.).
Scripts referenced
| Script | Slot | In module | Notes |
|---|---|---|---|
xp_sc_10k | active | ✓ | |
xp_sc_50k | active | ✓ | |
xp_sc_mil | active | ✓ | |
xp_settokens | action | ✓ | |
xp_withdraw1mil | action | ✓ | |
xp_withdraw_50k | action | ✓ | |
xp_withdraw_10k | action | ✓ |
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) |
|---|---|
<CUSTOM698> | xp_settokens |
<CUSTOM699> | xp_settokens |
Starting entries
- entry #0 — Sup?
Conversation flow
Each starting entry is expanded recursively. Repeated nodes (cycles, shared continuations) appear inline as ↩ link backrefs to the first occurrence.
entry #0 ¶
Sup?
reply #0 → xp_settokens ¶
I would like to use the XP bank, and understand that I am only 'keeping' a percentage of the XP that I deposit, so that I may give it to another character who uses my CD-Key.
entry #1 ¶
You currently have <StartAction> <CUSTOM699>[xp_settokens] </Start> XP available for withdrawl. I store only <StartAction><CUSTOM698>[xp_settokens]%</Start> of the total XP you deposit. You may then transfer it to any of your characters.
NPC lines (entries) — flat index
entry #0
Sup?
- → reply #0 “I would like to use the XP bank, and understand that I am only 'keeping' a perce…”
entry #1
You currently have <StartAction> <CUSTOM699>[xp_settokens] </Start> XP available for withdrawl. I store only <StartAction><CUSTOM698>[xp_settokens]%</Start> of the total XP you deposit. You may then transfer it to any of your characters.
- → reply #1 “I would like to withdraw Experience.”
entry #2
How much XP would you like to withdraw?
- → reply #5 “10,000 Experience Points.” (if
xp_sc_10k) - → reply #4 “100,000 Experience Points” (if
xp_sc_50k) - → reply #3 “1,000,000 Experience Points.” (if
xp_sc_mil) - → reply #2 “None, I changed my mind.”
PC replies — flat index
reply #0 →
xp_settokensI would like to use the XP bank, and understand that I am only 'keeping' a percentage of the XP that I deposit, so that I may give it to another character who uses my CD-Key.
- → entry #1 “You currently have XP available for withdrawl. I store only % of the total X…”
reply #2
None, I changed my mind.
reply #5 →
xp_withdraw_10k10,000 Experience Points.