mcscript icon indicating copy to clipboard operation
mcscript copied to clipboard

Cannot declare bool without setting it

Open firecraftgaming opened this issue 4 years ago • 0 comments

I want to declare a bool (tag) as this bool <name> <entity> so I can use it like if (<name> <entity>) but currently I need to assignt the bool to define it like this bool <name> <entity> = <false | true> which doesnt work for me as it is set by other functions

firecraftgaming avatar Sep 13 '21 09:09 firecraftgaming