BYTEINFO(COMM, "write", 'w', ship_write, INPUT, INPUT, IGNORE) // COMM write (write a number to a ship-wide channel) BYTEINFO(COMM, "read", 'r', ship_read, OUTPUT, INPUT, IGNORE) // COMM read (read a number from a ship-wide channel) BYTEINFO(COMM, "gps", 'G', gps, OUTPUT, OUTPUT, IGNORE) // COMM gps (gets global coordinates) BYTEINFO(COMM, "fwrite", 'W', fleet_write, INPUT, INPUT, IGNORE) // COMM write (write a number to a fleet-wide channel) BYTEINFO(COMM, "fread", 'R', fleet_read, OUTPUT, INPUT, IGNORE) // COMM read (read a number to a fleet-wide channel)