There are some errors after the choices "Transform Instantly" or "Shut her up with a hug". Judging from the error logs, it looks like it's because you're trying to use symbols like [ ] % in your dialogue, which ends up being interpreted as code? If you want to use them as plain text, you gotta escape them with backslash (write \% in your dialogue to display it as % and so on)