Hi, I have been having some trouble.
So when a sprite asks a question, if the answer isn't listed in the
possible answers like:
<if><( <=> )>
<say[
But if the answer typed is not one specified by an
"if answer = whatever they reply/type"
"do this"
What is the whatever they reply/type part is not listed?
Then the sprite doesn't know what to do...
Then the sprite stops talking...
How do I fix this?
Offline
Chocolatefate wrote:
Hi, I have been having some trouble.
So when a sprite asks a question, if the answer isn't listed in the
possible answers like:
<if><( <=> )>
<say[
But if the answer typed is not one specified by an
"if answer = whatever they reply/type"
"do this"
What is the whatever they reply/type part is not listed?
Then the sprite doesn't know what to do...
Then the sprite stops talking...
How do I fix this?
Make a list with all your answers, and then do this:
if list contains answer
Then your code
else
say "what?"
Offline