Beginner Voting System (Difficulty đźź© or 3/10)

Nice! It isn’t done yet?

5 Likes

I’m working on a version with player names but the Pre-Set is done.

3 Likes

Oh btw its beginner

5 Likes

You could concatenate that block code, but then you would have to teach people concatenation.

4 Likes

I think that you may have to teach me concatenation. I have never heard that term before.

3 Likes

Uh… Okay. So, concatenation is where the computer uses stuff it already knows to do things based off of that. (Horrible definition by the way, ask someone like getrithekd instead) In GKC, you can use this to set a property to any value and broadcast on infinite channels. Zypheir explained it really well here. Scroll down until you see it in the comments.

5 Likes

:+1:

3 Likes

Thanks, once I get some time I’ll play around with that and see if I can update the guide, also do you think that I should work on the player voting. The system is much bigger and I’m afraid I wouldn’t be able to put it into a “beginner” guide.

2 Likes

Sure, if you want to! This is all a pleasure activity!

4 Likes

You could only use concatenation if you use a loop.

2 Likes

Are you sure? I’ve used concatenation plenty of times without a loop.

3 Likes

For that specific case. You can use concatenation to output on a channel, but you can’t use it to check inputs.

4 Likes

Wow, this is wayyyyy easier than mine lol

2 Likes

Well, yours does have perks like showing the number of votes. I don’t think that I could ever get that to show for everyone in my system. I could easily show it to the player though.

1 Like

I’m not sure if this was exactly what you were thinking but I tried to update the guide to use concatenation, either way it works.

1 Like

Basically, you can’t check if a text is in the form of “Speed “ + number.

I’m confused, I don’t use "Speed " anywhere

1 Like

It’s just an example.

1 Like

Ok, honestly I was shocked that this works but apparently, since I’m using get property and making the text with “Option” witch is always there and the variable witch changes each time the whole system actually manages to find the right property. Also I’m planning on making the player voting but I still have a few bugs to iron out.

1 Like

How many players does this work for

1 Like