Carpet

Carpet

2M Downloads

[Script command] Booleans not accepted in `/script invoke`

altrisi opened this issue ยท 0 comments

commented

You can pass numbers and (single-quoted) strings, but if you pass it a boolean literal true or false it will throw an error.

If you pass it the strings 'true' or 'false' it will (obviously) treat them as strings and therefore you won't have a boolean either.