rakugoteam / Rakugo-Dialogue-System

Inspired by Ren'Py, Rakugo is a project aiming to provide a way to make narrative-based games on Godot easily. Simplify your project, if it is a visual novel, point and click, RPG, interactive text game or many other styles and blends of styles.
https://rakugoteam.github.io
MIT License
219 stars 7 forks source link

fix #245 ask like doc #250

Closed theludovyc closed 1 year ago

theludovyc commented 1 year ago

fix #245

Now ask is same as the one in the documention

Plus you can respect or not the number of space between the '=' and '?' answer = ? "question" is correct answer=?"question" is also correct

But you should respect spaces between tag, question, and default answer answer=?tag "question" "default answer" is correct answer=?tag"question""default answer" is not