Project link:
What is happening in the project, and what do you want to happen instead?
i can’t make myself -1. What I do want to happen is it to at least give a result
Screenshots of code:
what happens
Project link:
What is happening in the project, and what do you want to happen instead?
i can’t make myself -1. What I do want to happen is it to at least give a result
Screenshots of code:
I’m not sure exactly what you’re trying to do. Could you elaborate?
This is because -1 simply does not exist in hopscotch
/
characters and the i
part of the regex are handled by hs, what you’re matching for is basically this:/\/[iljrtf1]\/i/i
which will never be true for just one character.@hopbot -1
hopbot, you are a disgrace.
(for legal reasons, you are not)
Sus
you could enter a different number but make the game display -1, if that is what you want to happen.
in other words, for the variable, type a different number e.g. 600 and put the results for -1.
It is supposed to be like that
It’s like the typewriter effect but used in a different way
I looked at it further, and -1 is never called again. This is because the variable be is already less than the length of the var -1
- 1, and you made it so it’s only called when be
= length(-1)-1 (which will never occur unless the code is 1 letter long).
I could only get it to return -1
once I made the change (see image).
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.