I want to set the token flags for my user input. To do this I’m copying code written in the documentation here: https://github.com/ChatScript/ChatScript/blob/master/WIKI/ESOTERIC-CHATSCRIPT/ChatScript-Exotica-Examples.md
The line containing SetTokenFlags(#QUESTIONMARK) however never executes, as it presumably interprets the flag as a comment. My code:
#! This is not a question
u: (question) ^settokenflags(#QUESTIONMARK)
#! Neither is this
?: (neither) Yes, it is!
I have also tried leaving off the ‘#’, but it makes no difference. Thanks in advance!