Hi I’m new but Im trying to make a game for me and my friends where the team who holds on to the flag for the longest time wins is this possible?
I guess attach a clock (using a counter, trigger, and repeater) and basically start it when the team gets the flag and stop it when it loses the flag and do the same on the other side, and then show those at the end of the game
2 Likes
Repeater!= No good. You should be able to do this with a trigger loop that starts when the player picks up a flag and it increases a counter. Next, listen for player tagged on that specific team. However, that would be really wonky to make, for anyone on their team could be tagged. I don’t think you can specifically listen for a flag being dropped? Perhaps you could, I will have to look further into that.
2 Likes