Help with tracking which player entered a zone

Hi everyone!

I am working on a Gimkit Creative styled Olympics map, and am working on climbing right now. My question is, is there a way to check which player entered a zone first, and assign every consecutive player after that an amount of points?

Cheers!

set the scope to global, it’ll just track the first player :3

Does this also allow me to assign the second, and third players with specific point amounts, based on their place?

Thank you!

What device would I use for the block code? Would I connect the channel from the zone to a trigger, and that checks if the triggering players name = the first players name?

yes, you need a counter for that
i’ll pull up gimkit to firgure it out

Use the when player enters zone setting.
Then using blockcode in a text device or whatnot, assuming you have a property or variable for each player, use triggering players name, list that and add a point value.

In that code check to see if the triggering playes name = saved first players name and so on and then assign it saved second players and so on.

Uh, what…? Global means the value is shared universally. The zone should be global but that has nothing to do with like counting.

Maybe they meant player?

idk, i think im talking about the fact that when tracking global with zones it just doesnt apply to one player and it applies to everybody
im just not feelin good today

How do I make a property or variable for each player?

Thank you Turtle, and No Longer A Noob!!

I’m sorry I didn’t mean to call you out for that, also had a rough day sorry to snap.

Number property named first player, second player, so on and you can assign a value of points to it to be used universally. Like a global variable.

And you reference the property in the code.

1 Like

Can you explain the block code a little more clearly? Sorry, I just do not understand about the triggering players name, adding a point value, and the saved first players name thing. Sorry.