[16-34-45] :user: Dr Super Good: fasterdavid, you use triggers
[16-34-55] :user: Dr Super Good: variable to keep track of the score
[16-35-22] :user: Dr Super Good: a leaderboard for the score display
[16-35-40] :user: Dr Super Good: trigger "unit enters region" event
[16-35-44] :user: Dr Super Good: for the scoring
[16-36-01] :user: Dr Super Good: add some conditions to make sure it is an appropiate unit (eg not an ability dummy, or summon or something)
[16-36-20] :user: Dr Super Good: in the scoring trigger, after adding the score you test if it is equal to 10
[16-36-51] :user: Dr Super Good: if so, then run your "win" actions, which can either be to give people victory/defeat, or to reset everything etc