!752 !include #1002900 // Web Chat API - chat.tinybrain.de p { enterRoom(3); changeName("Idiot's Friend"); while (matchQuestion("Is this room *")) { boolean answer = eq(roomNrString(), m.unq(0)); answerQuestion(answer ? format("Yes, this is room *", m.unq(0)) : "No, this is room " + roomNrString() + "."); } }