2 in 1 Question! (RNG and Editing Time Question)

I have two quick questions that I believe can be answered pretty quickly. First, I will start off with the RNG. I have made my own RNG-type system (I think since I don’t believe anyone else has tried it this way), and I was wondering if it would work like this.


I tried this method since I believe it is simpler, but I need clarification on if it would work.

Second question… If editing time ran out, would a leader/mod be able to revert that to where someone can edit their post again, or is nobody able to do that?

Anyways, that’s all I have for now. See you all around!

Replace the variable with a property.

1 Like

Do I just use the same variable name for the property? What would it change?

I agree with @Quack_QuackG, it seems like the simplest way.

1 Like

I think you can just use the same variable name for the property, since you replace the variable with the property. Let me know if there are any differences.

1 Like

I don’t really code a lot, so if my @Quack_QuackG’s solution doesn’t work, then maybe wait for someone more experienced to reply.

1 Like

So I use
Set Property: Number
Value: Random integer from 1 to 100
correct?

Yes.

1 Like

Thanks to both of you. Do either of you know anything about the second question?


This is going to be fun :slight_smile:

  1. Yes, but no mod is online to do that for you.
2 Likes

Yeah, if you’re lucky enough to have a mod be online.

1 Like

Alright, thank you. I was just asking since I had a guide I wanted to add on to but didn’t know if I could add more to the guide or if I had to post it to the replies.

You can make your own posts wikis if you are tl3 or above.

2 Likes

They are wrong. No property needed, replace with variable :slight_smile:

1 Like

If the guide is closed, then I don’t think you can do anything about it.
If the guide is still open, maybe bump it and ask a mod to let you edit again…? Idk lol

1 Like

Ah. It just felt like I either had the blocks wrong or I was just really unlucky. It worked very few times (it was a 1/5…), so I guess I am just pretty unlucky lol.

I’m not really experienced in coding sooooooooo do what you feel like is right @B1NARYC0DE!

1 Like

Isn’t it a 1/100 chance?

1 Like

I showed the image of the 1/100 but was experimenting with the same blocks but with a 1/5 chance.

You’re setting the property number to 1-5, then checking for the variable five. They are two different things haha. Change it so you are setting the variable.

1 Like