Request: dialog prompts

but_thou_must
The functionality might already exist, but I haven't seen it. It would be nice if we could have say commands that also offer options. At minimum, a "yes"/"no" prompt would be nice, but maybe also a multiple-choice prompt.

A "yes"/"no" prompt could look something like:

if ask "dost thou love me?" then
  // yes
else
  // no
end

Or variable-based:

varName = ask "dost thou love me?"
4 Likes

I like this idea! Thanks for the thoughtful writeup :slight_smile:

I really like this idea!