I’m making a basic team shooter… but I have absolutely no idea how to use counters to track knockouts for each team. PLEASE HELP I CAN’T END THE GAME WITHOUT THIS
changed topic title to “need help with counters”
it’ll help others understand more
2 Likes
use a property device.
ok so i did that and i’m using a trigger and a lifecycle but something still seems wrong
can you post a screen shot?
ok i can do that. just give me a second.
1 Like
(just going off memory here)
Have one counter and one property. Both should be team scoped, aka every team has its own count inside one property.
Connect the counter to the property via the counter’s settings. The property should have a default of 0 and be a number property.
In map options, if you want the score to show, then connect it to the leaderboard.
1 Like
can you post a screenshot or guide of how that would work?