This is specifically for @Bird, because he made the code for my ranked system.
Anyways, I put in the block code for everything, and to test it out, I put a notification that would tell me if the first checker’s checks fa1led, so that way I knew something was wrong. Strangely though, it gives me numbers, not words. I was wondering if you could help me fix anything that’s wrong by sharing codes on the wixsite. Do you have time to do that right now?
I’m confused by what you’re saying. Could you show me the thing that sends the notification? Also I can’t access the wix, sorry.
Do you have your properties/variables set correctly? I believe variables can only be set to numbers.
I mean it just spits out numbers. instead of the rank name.
Yes. the rank property is a number property.
Could you please explain what you mean by a “ranked system”? is this like ranked Fortnite or something?
Pretty similiar. It is an elimination based rank system.
Hold up, how many checkers did you say there needs to be? With 23 ranks to calculate, how many would I need?
You’d need 23, and after the first one passes, deactivate it so it doesn’t check again.
It should be checking the “rank#” property, but the one that holds the text should be the “rank” property, which is a text property.
23 checkers??? I thought it was 4 or something… I’m probably thinking that because of this
Also, your math might be wrong because there needs to be 6 checkers, according to this quote. I’m not trying to be rude, sorry.
Yes but I realized that we don’t want it saying it passed again for a lower rank, so we’ll need 22 to separate. 22 because we don’t need to check the first rank.
Also, it’s fine, you’re not being rude. Wouldn’t the correct math be 5 though? (or am I wrong again…)
If there’s 5 checks per checker, than… wait you’re right… it is 5.
Also, thanks for clarifying. 22 checkers. Btw, I may be doing the math wrong, but don’t we need to check for 23 ranks if the 24th is the first one? 3 ranks in every league right? Or is there something I’m missing?
Hold on, are there 23 total ranks or 24? I thought there were 23.
Hold up.
Bronze, 1.
silver, 2.
gold, 3.
platinum, 4.
diamond, 5.
elite, 6.
champion, 7.
legend, 8.
times each one by 3, and then subtract 1, yep! you get 23.
If there are 23 total ranks, we need 22 checkers (1 for each except Bronze I).
I subtracted 1 because of the bronze, so does that change anything?
If you already subtracted one for Bronze I, and that’s how you got 23, then that’s how many counter we need.
So we just need 23 checkers? Nothing needs to be changed about the code?
Edit: if so, then that’s a huge relief.
No, but make when a checker passes, it deactivated itself. All of the checkers should be triggered and trigger the code.
May I ask, it will reactivate, right? On a channel?
I honestly thought I knew the system you gave me…