We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: