Go to the source code of this file.
◆ MAX_NPC
How many NPCs maximum will reply to the player.
Definition at line 45 of file dialog.h.
◆ MAX_REPLIES
How many NPC replies maximum to tell the player.
Definition at line 43 of file dialog.h.
◆ reply_type
Various kind of messages a player or NPC can say.
Enumerator |
---|
rt_say | Basic sentence.
|
rt_reply | Reply to something.
|
rt_question | Asking a question.
|
Definition at line 7 of file dialog.h.
◆ dialog_preparse()
void dialog_preparse |
( |
object * |
op | ) |
|
◆ NPC_DIALOG_ARCH
const char* NPC_DIALOG_ARCH |