char[50]  Name
word      Score Type
word      Turn Limit
long      Win Limit
long[11]  Scores

This record is a general means of reporting scores. The Name is a human-readable description of the score. The Score Type contains the identifier of the score, for use by programs. The Win Limit specifies how many points a player must reach to win the game, and the Turn Limit specifies how many turns he must be above that limit. Both these values may be -1 if there are no such limits. The Scores field, finally, lists the scores for all 11 players. Scores which a player is not permitted to see are -1 (=0xFFFFFFFF).

Programs can meaningfully display all scores, even those they do not know about, because of the Name field. Programs which look for a particular score use the Score Type field.

Score identifiers:

1"The score". This score type is not used by PHost itself. It is recommended that 3rd-party scoring systems use this record to report their scores, to allow automatic plotting of scores by tools like EchoView.
2Build points. This record will list all the build points. This record is intended to replace record 48.
3Mines allowed. This record is sent when mine field limits are active. It contains the value of the MaximumMinefieldsPerPlayer config option. This record is intended to replace record 43.
4Mines laid. This record is sent when mine field limits are active. It contains the current number of minefields laid for you and all your mine-level allies. This record is intended to replace record 43.
5 .. 99reserved for future use
100 .. 32767available for 3rd-party developers