word      Bitfield

Sent to: all players who have declared someone as their permanent enemy

This record is sent to every player who has used the enemies add command to declare someone their enemy. It reports the current status, as a reminder for the player. The record consists of a single word which has one bit for every player:

bit 0 (1)unused
bit 1 (2)Player 1
bit 2 (4)Player 2
......
bit 11 (2048)Player 11

Each bit is one if you have set the respective player as your enemy. The least significant bit as well as bits 12 to 15 are unused and zero.