Hi,
I need some help setting up a score system for a zonewars map.
Every elimination should grant 10 points to everyone still alive.
A round win should grant 50 points to the winner.
(cumulative score across all rounds)
I tried using elimination manager and score manager but got nowhere.
Any tips?
Especially LMS() to get the winning team and end the round
You can modify OnPlayerEliminated() and use the Result I defined. You can then access the eliminator using if(Agent:agent = Result.EliminatingCharacter?.GetAgent[]): # Grant agent score code
If you want to use devices:
You should indead use the elimination manager and score manager but there is tutorials for this mechanic on youtube
Hi Joeri!
I found a couple of videos by Brandibuilds and I think i solved it.
I made the map team-based and needed the Class Selector device.
Its not tested yet, doubt I can find enough players at this hour, but I think it works.
Thank you for your tips.