Hey, I know that this is a big tackle for a new scratcher but I want to see If I can have a interactive sprite that can talk, play simple games (hide and seek) and keep a yes/no conversation going. I would appreciate any help even the smallest.
Offline
Most of what you would use would probably be sensing, particularily the ask and answer blocks, and the variables and lists section. You won't have to use lists most likely if the bot is the one asking the questions, but if the scratcher is asking, then you might need a few lists and an complex system of analysis.
If the bot is asking the questions:
when flag clicked
set (question #) to (0)
repeat (length of (questions) )
change (question #) by 1
ask item (question #) of (questions)
if (answer)=(yes)
add your script here
else
add your script here
end
This script is easily changed up and it's only the basics. If you want more specific help, just comment back.
Offline
It's practically impossible to create a good chatbot, but you can try mine here
Offline