This is a block I would really like. It would make keywords with chat bots and other things so much easier.
What is this block?
This is a block that would go with the most recent big update, which was the ability to make a keyboard appear and then let the player type on it. The basic function of this block is…
let’s say we have the string “ABCD”. This block would let you ask if the string has “AB” in it. And if it does, do something.
Yeah that’s basically all it is to reply in the replies or something
This is basically what the matches block does, it checks if the value of the first parameter matches the value of the second, so ABCD matches AB would be true.
Yeah, a block to make a string all lowercase/uppercase would be useful.