I'm a mod for this streamer who has deepbot and I'm trying to make a command for him. In it, I try to make a command that uses the variable @target@[start|end]. However, that variable would not work if I do not hard code the numbers in.
For instance, it works if I type @target@[1|2] literally, but will not work if I do @target@[1|@calc@[+|1|1]].
Instead of performing the same as @target@[1|2], it just gives "]", same goes to @counter@, @target@, @rand@ and everything that's not hard-coded.
I have made sure the individual part, @calc@[+|1|1], works, but when put together, it just fails.
Is this a bug or intended design? If it is intended, is it possible to change that?