I am making a tag map and I need a score
You can change the score in the map options. Is there any specific way you want to score players?
player tagged → increment counter
counter is team scope and updated property in leaderboard.
I want it to track tags
For that you’ll need to add a broadcast for your tag zone like this:
Then you’ll need a property like this:
Then you’ll need a counter like this:
Then just go into your map options and make the score this:
Let me know if you need any more help!
where do I find all that
I’ll give you some very detailed instructions, but gimme a second to set it up…
Materials (Press me)
You need three devices:
-
Tag Zone [where you want the players to tag]
-
Property [where the data will be stored to keep score]
-
Counter [the counter of score]
The three originally placed devices should look like this:
Setup (Press me)
Start with the tag zone:
Set everything but the “When player tags another player” part to whatever you desire:
Set that channel to Count Score
Next, we’ll do the property:
Set the name to “Score”:
Make the Property Type a Number, and leave the default value (starting value) at 0.
Make the scope Player, and leave the rest of the options what they are already.
Lastly, we’ll do the Counter:
To make things easier, go to all options (the yellow):
The starting value should be 0 (like the property), and make it INCREMENT when receiving on Count Score
:
The next two options can be whatever depending on your game (you don’t have to use mine):
The Count Scope should be Player, and leave the “reset when receiving on” part blank:
Set the Update Property part to Yes, and another part should appear. Set the appearing part to the property “Score”:
The last option you can do whatever with.
Map Options (Press Me)
To change the Map Options, press the gear in the bottom-left corner:
Go to the score section (the yellow):
The leaderboard should be enabled (Yes), and set it to track a Property. Set the property to “Score,” and set the name to something along the lines of “Tags”
The last four options are up to you!
Finished Words (Press me)
That’s it!
If you don’t understand anything else, let me know!
You can also use this guide to display the property in game