[SOLVED] I need someone to explain how to program yes/no questions and answers
Ask question: text "Something wrong, my boy?"
after choosing run script:
Get input then run script:
If Expression No
Print message "TESTING"
The above seems correct to me, but when texting in game, there is an error
Error compiling expression 'No':vunknown object or variable 'No'
The Ask function will put the result in a variable called result (all lower case, no quotes), and you need to check that.
Ask question [text] ["Something wrong, my boy?"]
^ After choosing run script:
If [expression] [result]
^ Then:
Print [message] ["TESTING"]