FINALLY! Reverse Codification!

Sometimes it seems to work, sometimes not.

I'm trying to make spaces irrelevant. Which means I need to replace anything within parentheses with nothing.

Thats already in the code. Find the script that creates a script variable called RAW.
EDIT: It's actually this:

untitled script pic (1)

EDIT #2: If you want the parens as well, just move the second IF on top of the other IF's.

Yes, but:


My current solution is this:

(The first one is really this:


)

The stuff stored in the mapped items list contains spaces. Don't remove spaces.

What are you trying to do anyways?

I want it so that go to x:(<input>) y:(<input>) does the same thing as goto x: (<input>) y: (<input>), gotox:(<input>)y:(<input>), etc.

I made it store without spaces.

I want it to store with spaces.

Then it'd have to remove spaces in the stored version when comparing in the CODE block.

I have a feeling I should re-write this.

@Helicoptur can you figure out why reporters don't work right?

I did it:

But there's still the bug with reporters in the last input.

Send the project and I'll update it.

Wait, what about text inputs with spaces?

Snap! stopped responding, so I had to reload, wiping the changes. I'm currently remaking the changes.

I'll see whenever I finish remaking the fix.

I can't even begin to wrap my head around your code, but take a look at this:
untitled script pic (1)
It seems to ignore the reporter entirely and prioritize the string, for some reason. How are you inserting the values into the blocks?

By making a list that should be readable by JOIN when you JOIN block-lists.

Wow, I didn't even know that was made into a primitive function!
untitled script pic (3)
I need to know more about this, though... Edit: Apparently they just need to be in the same list. I'll investigate.

Snap! Build Your Own Blocks