A conversation made with blocks: character, question, and answer.
More Settings shows you how to build a simple assistant using only Scratch blocks.
- 1
Create the questionUse “ask ... and wait” to talk to the person playing.
- 2
Save the answerSave “answer” in a variable for the minibot to remember.
- 3
Make the bot respondCombine “if ... then” with “say” to create the reaction.
✓You don't need Scratch AI: the blocks handle the entire conversation.
A simple sequence turns the character into a minibot.
Now put these blocks together to create a conversation that works without AI.
- 1
Start with the flagDrag “when green flag clicked” to start the script.
- 2
Ask and saveUse “ask and wait” and then save the answer in a variable.
- 3
RespondUse the “say” block for the character to show a message.
✦Tip: create different questions inside “if ... then” to make the minibot smarter.