Home   Help Search Login Register  

Author Topic: Scoreboard ruins teamplay.  (Read 528 times)

0 Members and 1 Guest are viewing this topic.

Baphomet

  • Guest
Scoreboard ruins teamplay.
« on: 25 Feb 2003, 08:39:23 »
Is there a script that can wipe the kill sheet clean? I've been playing cooperative with a few friends and ever since this one time when I got some 60 kills and they had about 25 kills between them. They've started exclusively focusing on racking up a score and not focusing on the mission. It's become an annoyance to the point where I don't want to play anymore because they're no longer wanting to work as a team, squabbling about kill stealing. Etc.

I'd like to get rid of this stupid scoreboard so I can bring them to their senses. Is this at all possible? *prays*
« Last Edit: 25 Feb 2003, 08:40:10 by Baphomet »

MorMel

  • Guest
Re:Scoreboard ruins teamplay.
« Reply #1 on: 26 Feb 2003, 11:20:09 »
My idea might sound supit, yet if you're really desperate, you should use it  :) :

At the end of a MPmission (I don't know how it works, but it should be like a conventional mission) set the score of each player to '0'.

There are a few commands for score editing. Try them.


Check sintax, first

score (get players score)
addscore (the command is self-explanatory  ;D )


At the end of the mission, foreach player do this:

_scr=score _player

_player addscore -(_scr)

Does it work? Hum...