Home   Help Search Login Register  

Author Topic: Multiplayer score  (Read 946 times)

0 Members and 1 Guest are viewing this topic.

Offline Zombie

  • Members
  • *
  • Beware the night, the zombie walks among you
    • USI
Multiplayer score
« on: 17 Jun 2004, 14:18:35 »
I'm trying to write a script that will adjust players scores to 1 in a multiplayer game.  I tried a global trigger:
score unitname > 1
unitname addscore -1

this will adjust the total score of the player, but the game still displays how many infantry kills, then just adjusts the total score.
  I want to put this on a CTF.  I think this will encourage people to actually try to capture flags, instead of just running up their kill totals without bothering to try for a flag.  I know I can addscore for a successful flag cap which will boost the total, but too many people treat a ctf as more like a tdm instead and get in to the whole "I owned because I got the most kills" crap, and some cannot be convinced that the only thing that counts in a ctf is Captures!
  Any way to readjust the infantry,armored,soft,air etc scores so only 1 kill is displayed when "i" is pressed in MP?