Too many inputs extension

Too many Inputs Is a new version of inputs extension. you can see the old one here:

Inputs V1.2 - Arcade / Show & Tell - Microsoft MakeCode

It adds some more blocks, all the Booleans and arrays had been sorted, and new category of numbered inputs for undecillion to vigintillion (WIP).

Inline block needs fix it won’t send a value of the blocks inside so if someone fix this then i add to the README.txt.


How to get the blocks

  1. Go to the project/extension link.
  2. Go click on the JavaScript button.
  3. Go to explorer and scroll down until you find the inputs.ts, go click on that.
  4. Just copy the whole code. make sure you’re not copying anything expect the code.
  5. Go to your project.
  6. Repeat #2 instructions.
  7. Go to explorer and click the plus button and then name it to inputs.ts.
  8. Paste your code in.
1 Like

Wait, i have an interesting idea for a really good extension from this : yk those roman numeral blocks that convert to numbers? Make some sort of block that does the opposite like

let test = romannum.convert(301)
console.log(test)

test = CCC1

1 Like

what the block code? Sill learning to make blocks.