Dialog¶
-
class
pynwn.Dialog(resource)¶ Abstracts .dlg GFF files.
-
delay_entry¶ DelayEntry.
-
entries¶ Entries
Returns: List of DialogNodes
-
prevent_zoom¶ No zoom flag.
-
replies¶ Replies
Returns: List of DialogNodes
-
resref¶ Resref
Dialogs don’t store their resref internally.
-
script_abort¶ Conversation abort script.
-
script_end¶ Conversation end script.
-
stage()¶ Stages changes to the dialog’s GFF structure.
-
starts¶ Starts
These are limited pointers in the entry list to the topmost level of dialog in a concersation.
Returns: List of DialogPointers
-
word_count¶ Word count.
-