-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
high-level api for dialog system
prot:
dialog = Dialog.new('my_dialog.txt', '2.txt')
dialog + dialog2
dialog.nodes => {}
dialog.validate => [errors]
dialog.characters
dialog.nodes['Приветствие'].characters => [Character]
dialog.nodes['Приветствие'].next => [Nodes]
dialog.nodes['Приветствие'].next 'Нет, я не хочу носить кольцо' => Node
dialog.start => starting Node
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels