but no matter what color I did not choose, it still turns black. I'm sure that you do not understand, as I was writing this text with the help of an google translate. So attached gif
Avatar.gif (8.77 MiB) Viewed 819 times
Version 0.13.11
My native language is russian. Sorry if my messages are difficult to read.
Now to explain "not a bug" part - command you wrote is valid LUA command, so you didn't get an error. The way we handle colors in scripts is that if any of the RGB channels is missing, default value of 0 is used for that channel. So for red you can write {r=1}, which is equivalent to {r=1, g=0, b=0}. That means {} is equivalent to {r=0, g=0, b=0}, which is black, and the same is true for {whatever}.