🚀Extension Speedrun Begins!

Sorry. I don’t know what you mean by that. Can you like tell me what you kinda want in like JS/TS or block format?

So you have isSprite() right could you make it work as a is(type)() so then you could input sprite number stri by and more

1 Like

like isType(6, number)?

I can’t make a truly generic is(type) block because MakeCode doesn’t support that kind of type syntax. I could make a generic is(value, type) using a type selector, but it would still only support the types the extension defines. For Blocks, I’m keeping helpers like isSprite, isNumber, isString, etc. because they’re clearer and work better with MakeCode’s type system.

1 Like