A simple chatbot extension for MakeCode Arcade.
- Use the block
chatbot reply to <message>to get a reply from the chatbot. - Use the block
last chatbot responseto get the latest response string.
let reply = chatbot.replyTo("Hello")
game.splash(reply)