I noticed the license, and wasn't sure so here is my
modifications to ZDialog. I did heavily modify it to
add features. Feel free to use (and distribute) if
you don't already have a newer version. Name's
Greyhawk (larue_michael@yahoo.com).
Greyhawk's version of Z-Dialog.
- Continue chains!
- Reset autogenerated for an extra selection below
previous and next responses.
- Custom labels for next, previous, reset and end.
- No reserved slots for automated responses.
- 3 sample uses: an anvil (placeable), a poet (NPC),
and a music harp (unique item use). (demonstrates
wrapper usage)
- Includes a very simple to use wrapper
- page_init no longer fires when selecting next or
previous.
- Removed dependancy from GetPCSpeaker, and minimized
that query.
- Added a quick common color creation script.
Wrapper (dlg_wrapper):
- Allows uniform coloring for all dialog, and
responses are colored (Can be changed easily in
dlg_wrapper).
- Actions and talking yield two different colors, as
does next/previous (same) reset and exit.
- Only requires a little scripting to create great
dialogs.
- Never have to worry about who is talking to whom!
- Never have to directly deal with the zdlg_include_i
script!
- All wrapper functions start with dlg*.
The exported resources