Anyone know what’s wrong with my block code?
It’s supposed to make a verification code for a save code.
just make an random integer from 1 to ___
What do you mean? Could you please explain?
so go to math,select random integer from _ to _
then fill in those two blanks with 1 and whatever number you want it to go up to.
I did. That’s part of the code. What do you mean? It’s right there
Can you describe what’s going on. I’m not able to piece together enough information, to figure out what’s wrong.
I’m making a save code with a verification code because the verification code is the encryption.
But can you show me if there is anything wrong with the system?
(Maybe you don’t have the block code even wired/channeled to anything so it cant even run.)
Is the property set to number?
Is the block-code even running?
Is there something wrong in the earlier stages?
The block-code looks fine to me. It’s just a matter of whether theres an error in the system earlier on.
I do. It’s a lifecycle and a relay, and when the relay runs it triggers this and I have an end of game widget that tells you the property/verification code
Can you send pictures of the whole system and not just the block code?
@UnderBlaze I wonder if the property is set to numbers… Let me check
It is. The default number is 111
hmmmmm. oh wait. I see what it is.
It slipped my mind earlier but I see the problem.
What is it? Tell me PLEASE
So at the beginning of the block code. You have set propert, randomVeriCode.
However, the purple is classified as a variable and not a property. You have to change the variable to property. Green is text unless it is connected to get property or set property in which it changes to property.
Okay, I’ll test this out. Give me a minute
That should fix your problem.