property TActivePlayer.Deaths: Integer Access mode: R
Amount of deaths of a player.
writeLn('Player with ID 1 has ' + inttostr(Players[1].Deaths) + ' deaths!');