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?
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?
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.
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
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.