mcscript icon indicating copy to clipboard operation
mcscript copied to clipboard

Issue with watch and booleans in if

Open birran237 opened this issue 3 years ago • 1 comments

When I use mcscript watch in the terminal, after defining a variable, it tells me that the variable has already been defined, when it’s the only line of code. However, when I use mcscript compile instead, it gives me no error.

Apart from that, when I put a Boolean into an if,it doesn’t parse well the command. But when I negate it, it works correctly, here’s an example: Mcscript code: If(ready @s){ Run say hi } The output is: Execute if ready run say hi when it should be: Execute if entity @s[tag=ready] run say hi. But when negated, it gives the proper unless statement

birran237 avatar Jul 15 '22 14:07 birran237

MCScript has no more support.

Zach-Tolentino-161 avatar Oct 17 '22 04:10 Zach-Tolentino-161