Script Name: Score Fixer
Script Description: Possibly the simplest script ever created. Now that you can see how many flag caps every person has, I think its a little strange to leave the +20 bonus on, plus I would like to see how my score is without that kind of padding.
Original Author(s): me
Core Version: 2.6.3
Code:
procedure OnFlagScore(ID, TeamFlag: byte);
begin
SetScore(ID,GetPlayerStat(ID,'kills')-20);
end;