"use strict"; function DialogNode() { this.text = "Foo bar baz."; this.hooks = []; this.visit = function() { for (let i=0; i