BLAMC stands for Bot Learning About Manifesting Commands (It is not a chatbot, or anything like that. Basically, an experimental project.) It’s based on a coding game I played when I was around 6; I forget the name, though. But basically, you would have to give it commands like “Make the background red” or “Rotate 5 times” so it would work.
So, about BLAMC: I need some commands, but please keep it simple. So, something like “Tell me the time” or “change colours repeatedly”, and maybe commands more advanced than that.
Well, personally (there’s probably a way more efficient way to do this.) I would make a list of commands such as “rotate” or “move” then the amount. Something like this:
I’m not sure I understand exactly what you want to do, either, but I’ll try: You want to associate some text with some code, e.g., you want “move” to be associated with
So you make a table, a list of lists, in which each small list has two items, the text and the code:
or maybe you have variants like this:
The interesting part of the project is that you probably want to be able to handle abbreviated commands, e.g., maybe you want “orange” to run the “become orange” script.
This is actually what I meant. I don’t really know how to describe code stuff like this, unfortunately. Also, yeah, abbreviated comments will be used a lot. (Also, how could’ve I worded this better?)
Yeah, that’s just the base block. If you want to run it again, you should add a way of doing that, perhaps under a block like mctx_studios’s version, or you could also place the block inside a .