superscriptjs / superscript

A dialogue engine for creating chat bots
http://superscriptjs.com
MIT License
1.65k stars 209 forks source link

Error in documentation [question type] #388

Open dufia opened 6 years ago

dufia commented 6 years ago

https://github.com/superscriptjs/superscript/wiki/Triggers#question-types

This example won't work:

?:Will you do *
- Hmmm, let me get back to you on that.

If you remove the colon after '?' and have only ? Will you do * it will work like this:

will you do work // this will not trigger, is it supposed to?
will you do work? //this will trigger
will you do work ? //this will trigger